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.
5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5960 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.
5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5960 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.
5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5960 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.
5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5960 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.
5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5960 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.
5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5960 class UpdateReviewTemplateInput < Struct.new( :template_arn, :template_name, :description, :notes, :lenses_to_associate, :lenses_to_disassociate) SENSITIVE = [] include Aws::Structure end |