Class: Aws::WellArchitected::Types::Lens
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::Lens
- 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
-
#description ⇒ String
The description of the lens.
-
#lens_arn ⇒ String
The ARN of a lens.
-
#lens_version ⇒ String
The version of a lens.
-
#name ⇒ String
The full name of the lens.
-
#owner ⇒ String
The Amazon Web Services account ID that owns the lens.
-
#share_invitation_id ⇒ String
The ID assigned to the share invitation.
-
#tags ⇒ Hash<String,String>
The tags assigned to the lens.
Instance Attribute Details
#description ⇒ String
The description of the lens.
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_arn ⇒ String
The ARN of a lens.
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_version ⇒ String
The version of a lens.
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 |
#name ⇒ String
The full name of the lens.
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 |
#owner ⇒ String
The Amazon Web Services account ID that owns the lens.
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_id ⇒ String
The ID assigned to the share invitation.
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 |
#tags ⇒ Hash<String,String>
The tags assigned to the lens.
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 |