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.
Instance Attribute Details
#description ⇒ String
The description of the lens.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1702 class Lens < Struct.new( :lens_arn, :lens_version, :name, :description, :owner, :share_invitation_id) SENSITIVE = [] include Aws::Structure end |
#lens_arn ⇒ String
The ARN of a lens.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1702 class Lens < Struct.new( :lens_arn, :lens_version, :name, :description, :owner, :share_invitation_id) SENSITIVE = [] include Aws::Structure end |
#lens_version ⇒ String
The version of a lens.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1702 class Lens < Struct.new( :lens_arn, :lens_version, :name, :description, :owner, :share_invitation_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The full name of the lens.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1702 class Lens < Struct.new( :lens_arn, :lens_version, :name, :description, :owner, :share_invitation_id) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The Amazon Web Services account ID that owns the lens.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1702 class Lens < Struct.new( :lens_arn, :lens_version, :name, :description, :owner, :share_invitation_id) SENSITIVE = [] include Aws::Structure end |
#share_invitation_id ⇒ String
The ID assigned to the share invitation.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1702 class Lens < Struct.new( :lens_arn, :lens_version, :name, :description, :owner, :share_invitation_id) SENSITIVE = [] include Aws::Structure end |