Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2728

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)

2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2728

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)

2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2728

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)

2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2728

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)

2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2728

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)

2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2728

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>)

2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2728

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