Class: Aws::Types::ExecuteFastResetOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteFastResetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ Types::FastResetToken
Returns the value of attribute payload.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#payload ⇒ Types::FastResetToken
Returns the value of attribute payload.
207 208 209 |
# File 'sig/types.rbs', line 207 def payload @payload end |
#status ⇒ ::String
Returns the value of attribute status.
206 207 208 |
# File 'sig/types.rbs', line 206 def status @status end |