Class: Aws::WellArchitected::Types::LensSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::LensSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A lens summary of a lens.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the lens was created.
-
#description ⇒ String
The description of the lens.
-
#lens_alias ⇒ String
The alias of the lens.
-
#lens_arn ⇒ String
The ARN of the lens.
-
#lens_name ⇒ String
The full name of the lens.
-
#lens_status ⇒ String
The status of the lens.
-
#lens_type ⇒ String
The type of the lens.
-
#lens_version ⇒ String
The version of the lens.
-
#owner ⇒ String
An Amazon Web Services account ID.
-
#updated_at ⇒ Time
The date and time when the lens was last updated.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the lens was created.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the lens.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#lens_alias ⇒ String
The alias of the lens.
For Amazon Web Services official lenses, this is either the lens
alias, such as serverless, or the lens ARN, such as
arn:aws:wellarchitected:us-east-1::lens/serverless. Note that some
operations (such as ExportLens and CreateLensShare) are not
permitted on Amazon Web Services official lenses.
For custom lenses, this is the lens ARN, such as
arn:aws:wellarchitected:us-west-2:123456789012:lens/0123456789abcdef01234567890abcdef.
Each lens is identified by its LensSummary$LensAlias.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#lens_arn ⇒ String
The ARN of the lens.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#lens_name ⇒ String
The full name of the lens.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#lens_status ⇒ String
The status of the lens.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#lens_type ⇒ String
The type of the lens.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#lens_version ⇒ String
The version of the lens.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
An Amazon Web Services account ID.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the lens was last updated.
4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4511 class LensSummary < Struct.new( :lens_arn, :lens_alias, :lens_name, :lens_type, :description, :created_at, :updated_at, :lens_version, :owner, :lens_status) SENSITIVE = [] include Aws::Structure end |