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