Lens

class Lens

A lens return object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the lens.

Link copied to clipboard

The ARN of a lens.

Link copied to clipboard

The version of a lens.

Link copied to clipboard
val name: String?

The full name of the lens.

Link copied to clipboard

The Amazon Web Services account ID that owns the lens.

Link copied to clipboard

The ID assigned to the share invitation.

Link copied to clipboard

The tags assigned to the lens.

Functions

Link copied to clipboard
inline fun copy(block: Lens.Builder.() -> Unit = {}): Lens
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String