Class: Aws::WellArchitected::Types::UpdateReviewTemplateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The review template description.

Returns:

  • (String)


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_associateArray<String>

A list of lens aliases or ARNs to apply to the review template.

Returns:

  • (Array<String>)


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_disassociateArray<String>

A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.

Returns:

  • (Array<String>)


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

#notesString

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.

Returns:

  • (String)


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_arnString

The review template ARN.

Returns:

  • (String)


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_nameString

The review template name.

Returns:

  • (String)


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