Class: Aws::WellArchitected::Types::ChoiceAnswer

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

Overview

A choice that has been answered on a question in your workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_idString

The ID of a choice.

Returns:

  • (String)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 487

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

#notesString

The notes associated with a choice.

Returns:

  • (String)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 487

class ChoiceAnswer < Struct.new(
  :choice_id,
  :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)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 487

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

#statusString

The status of a choice.

Returns:

  • (String)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 487

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