Class: Aws::WellArchitected::Types::Lens

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wellarchitected/types.rb

Overview

A lens return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the lens.

Returns:

  • (String)


4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4203

class Lens < Struct.new(
  :lens_arn,
  :lens_version,
  :name,
  :description,
  :owner,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#lens_arn ⇒ String

The ARN of a lens.

Returns:

  • (String)


4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4203

class Lens < Struct.new(
  :lens_arn,
  :lens_version,
  :name,
  :description,
  :owner,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#lens_version ⇒ String

The version of a lens.

Returns:

  • (String)


4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4203

class Lens < Struct.new(
  :lens_arn,
  :lens_version,
  :name,
  :description,
  :owner,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The full name of the lens.

Returns:

  • (String)


4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4203

class Lens < Struct.new(
  :lens_arn,
  :lens_version,
  :name,
  :description,
  :owner,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner ⇒ String

The Amazon Web Services account ID that owns the lens.

Returns:

  • (String)


4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4203

class Lens < Struct.new(
  :lens_arn,
  :lens_version,
  :name,
  :description,
  :owner,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#share_invitation_id ⇒ String

The ID assigned to the share invitation.

Returns:

  • (String)


4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4203

class Lens < Struct.new(
  :lens_arn,
  :lens_version,
  :name,
  :description,
  :owner,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

The tags assigned to the lens.

Returns:

  • (Hash<String,String>)


4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4203

class Lens < Struct.new(
  :lens_arn,
  :lens_version,
  :name,
  :description,
  :owner,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end