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 recorded.
-
#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 recorded.
Instance Attribute Details
#created_at ⇒ Time
The date and time recorded.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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 recorded.
3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3048 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 |