Class: Aws::WellArchitected::Types::ChoiceAnswerSummary

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_id ⇒ String

The ID of a choice.

Returns:

  • (String)


1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1005

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

#reason ⇒ String

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

Returns:

  • (String)


1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1005

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

#status ⇒ String

The status of a choice.

Returns:

  • (String)


1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1005

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