Class: Aws::WellArchitected::Types::ChoiceAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ChoiceAnswer
- 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
-
#choice_id ⇒ String
The ID of a choice.
-
#notes ⇒ String
The notes associated with a choice.
-
#reason ⇒ String
The reason why a choice is non-applicable to a question in your workload.
-
#status ⇒ String
The status of a choice.
Instance Attribute Details
#choice_id ⇒ String
The ID of a choice.
566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 566 class ChoiceAnswer < Struct.new( :choice_id, :status, :reason, :notes) SENSITIVE = [] include Aws::Structure end |
#notes ⇒ String
The notes associated with a choice.
566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 566 class ChoiceAnswer < Struct.new( :choice_id, :status, :reason, :notes) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why a choice is non-applicable to a question in your workload.
566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 566 class ChoiceAnswer < Struct.new( :choice_id, :status, :reason, :notes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a choice.
566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 566 class ChoiceAnswer < Struct.new( :choice_id, :status, :reason, :notes) SENSITIVE = [] include Aws::Structure end |