Class: Aws::Types::ExecuteFastResetInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteFastResetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "initiateDatabaseReset", "performDatabaseReset"
Returns the value of attribute action.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#action ⇒ "initiateDatabaseReset", "performDatabaseReset"
Returns the value of attribute action.
200 201 202 |
# File 'sig/types.rbs', line 200 def action @action end |
#token ⇒ ::String
Returns the value of attribute token.
201 202 203 |
# File 'sig/types.rbs', line 201 def token @token end |