Class: Aws::WellArchitected::Types::UpdateReviewTemplateAnswerInput

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

#choice_updatesHash<String,Types::ChoiceUpdate>

A list of choices to be updated.

Returns:



5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#is_applicableBoolean

Defines whether this question is applicable to a lens review.

Returns:

  • (Boolean)


5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#lens_aliasString

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.

Returns:

  • (String)


5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  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)


5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#question_idString

The ID of the question.

Returns:

  • (String)


5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The update reason.

Returns:

  • (String)


5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#selected_choicesArray<String>

List of selected choice IDs in a question answer.

The values entered replace the previously selected choices.

Returns:

  • (Array<String>)


5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The review template ARN.

Returns:

  • (String)


5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5884

class UpdateReviewTemplateAnswerInput < Struct.new(
  :template_arn,
  :lens_alias,
  :question_id,
  :selected_choices,
  :choice_updates,
  :notes,
  :is_applicable,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end