Class: Aws::WellArchitected::Types::ReviewTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ReviewTemplateSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Summary of a review template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Description of the review template.
-
#lenses ⇒ Array<String>
Lenses associated with the review template.
-
#owner ⇒ String
An Amazon Web Services account ID.
-
#template_arn ⇒ String
The review template ARN.
-
#template_name ⇒ String
The name of the review template.
-
#update_status ⇒ String
The latest status of a review template.
-
#updated_at ⇒ Time
The date and time when the review template was last updated.
Instance Attribute Details
#description ⇒ String
Description of the review template.
7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7141 class ReviewTemplateSummary < Struct.new( :description, :lenses, :owner, :updated_at, :template_arn, :template_name, :update_status) SENSITIVE = [] include Aws::Structure end |
#lenses ⇒ Array<String>
Lenses associated with the review template.
7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7141 class ReviewTemplateSummary < Struct.new( :description, :lenses, :owner, :updated_at, :template_arn, :template_name, :update_status) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
An Amazon Web Services account ID.
7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7141 class ReviewTemplateSummary < Struct.new( :description, :lenses, :owner, :updated_at, :template_arn, :template_name, :update_status) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7141 class ReviewTemplateSummary < Struct.new( :description, :lenses, :owner, :updated_at, :template_arn, :template_name, :update_status) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the review template.
7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7141 class ReviewTemplateSummary < Struct.new( :description, :lenses, :owner, :updated_at, :template_arn, :template_name, :update_status) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ String
The latest status of a review template.
7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7141 class ReviewTemplateSummary < Struct.new( :description, :lenses, :owner, :updated_at, :template_arn, :template_name, :update_status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the review template was last updated.
7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7141 class ReviewTemplateSummary < Struct.new( :description, :lenses, :owner, :updated_at, :template_arn, :template_name, :update_status) SENSITIVE = [] include Aws::Structure end |