Class: Aws::WellArchitected::Types::ChoiceUpdate

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

Overview

A list of choices to be updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notesString

The notes associated with a choice.

Returns:

  • (String)


666
667
668
669
670
671
672
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 666

class ChoiceUpdate < Struct.new(
  :status,
  :reason,
  :notes)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason why a choice is non-applicable to a question in your workload.

Returns:

  • (String)


666
667
668
669
670
671
672
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 666

class ChoiceUpdate < Struct.new(
  :status,
  :reason,
  :notes)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a choice.

Returns:

  • (String)


666
667
668
669
670
671
672
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 666

class ChoiceUpdate < Struct.new(
  :status,
  :reason,
  :notes)
  SENSITIVE = []
  include Aws::Structure
end