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

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

Overview

A lens return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the lens.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4191

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

#lens_arnString

The ARN of a lens.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4191

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

#lens_versionString

The version of a lens.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4191

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

#nameString

The full name of the lens.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4191

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

#ownerString

The Amazon Web Services account ID that owns the lens.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4191

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

#share_invitation_idString

The ID assigned to the share invitation.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4191

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

#tagsHash<String,String>

The tags assigned to the lens.

Returns:

  • (Hash<String,String>)


4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4191

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