Class: Aws::WellArchitected::Types::UpdateReviewTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateReviewTemplateInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The review template description.
-
#lenses_to_associate ⇒ Array<String>
A list of lens aliases or ARNs to apply to the review template.
-
#lenses_to_disassociate ⇒ Array<String>
A list of lens aliases or ARNs to unapply to the review template.
-
#notes ⇒ String
The notes associated with the workload.
-
#template_arn ⇒ String
The review template ARN.
-
#template_name ⇒ String
The review template name.
Instance Attribute Details
#description ⇒ String
The review template description.
8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8325 class UpdateReviewTemplateInput < Struct.new( :template_arn, :template_name, :description, :notes, :lenses_to_associate, :lenses_to_disassociate) SENSITIVE = [] include Aws::Structure end |
#lenses_to_associate ⇒ Array<String>
A list of lens aliases or ARNs to apply to the review template.
8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8325 class UpdateReviewTemplateInput < Struct.new( :template_arn, :template_name, :description, :notes, :lenses_to_associate, :lenses_to_disassociate) SENSITIVE = [] include Aws::Structure end |
#lenses_to_disassociate ⇒ Array<String>
A list of lens aliases or ARNs to unapply to the review template.
The wellarchitected lens cannot be unapplied.
8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8325 class UpdateReviewTemplateInput < Struct.new( :template_arn, :template_name, :description, :notes, :lenses_to_associate, :lenses_to_disassociate) SENSITIVE = [] include Aws::Structure end |
#notes ⇒ String
The notes associated with the workload.
For a review template, these are the notes that will be associated with the workload when the template is applied.
8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8325 class UpdateReviewTemplateInput < Struct.new( :template_arn, :template_name, :description, :notes, :lenses_to_associate, :lenses_to_disassociate) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8325 class UpdateReviewTemplateInput < Struct.new( :template_arn, :template_name, :description, :notes, :lenses_to_associate, :lenses_to_disassociate) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The review template name.
8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8325 class UpdateReviewTemplateInput < Struct.new( :template_arn, :template_name, :description, :notes, :lenses_to_associate, :lenses_to_disassociate) SENSITIVE = [] include Aws::Structure end |