Class: Aws::Types::ChoiceAnswerSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChoiceAnswerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
-
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
-
#status ⇒ "SELECTED", ...
Returns the value of attribute status.
Instance Attribute Details
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def choice_id @choice_id end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
236 237 238 |
# File 'sig/types.rbs', line 236 def reason @reason end |
#status ⇒ "SELECTED", ...
Returns the value of attribute status.
235 236 237 |
# File 'sig/types.rbs', line 235 def status @status end |