Class: Aws::Types::ChoiceUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ChoiceUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#notes ⇒ ::String
Returns the value of attribute notes.
256 257 258 |
# File 'sig/types.rbs', line 256 def notes @notes end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
255 256 257 |
# File 'sig/types.rbs', line 255 def reason @reason end |
#status ⇒ "SELECTED", ...
Returns the value of attribute status.
254 255 256 |
# File 'sig/types.rbs', line 254 def status @status end |