Class: Aws::Types::ChoiceAnswer
- Inherits:
-
Object
- Object
- Aws::Types::ChoiceAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#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.
226 227 228 |
# File 'sig/types.rbs', line 226 def choice_id @choice_id end |
#notes ⇒ ::String
Returns the value of attribute notes.
229 230 231 |
# File 'sig/types.rbs', line 229 def notes @notes end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
228 229 230 |
# File 'sig/types.rbs', line 228 def reason @reason end |
#status ⇒ "SELECTED", ...
Returns the value of attribute status.
227 228 229 |
# File 'sig/types.rbs', line 227 def status @status end |