Class: Aws::Neptunedata::Types::ExecuteFastResetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ExecuteFastResetOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::FastResetToken
The
payloadis only returned by theinitiateDatabaseResetaction, and contains the unique token to use with theperformDatabaseResetaction to make the reset occur. -
#status ⇒ String
The
statusis only returned for theperformDatabaseResetaction, and indicates whether or not the fast reset rquest is accepted.
Instance Attribute Details
#payload ⇒ Types::FastResetToken
The payload is only returned by the initiateDatabaseReset
action, and contains the unique token to use with the
performDatabaseReset action to make the reset occur.
700 701 702 703 704 705 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 700 class ExecuteFastResetOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status is only returned for the performDatabaseReset action,
and indicates whether or not the fast reset rquest is accepted.
700 701 702 703 704 705 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 700 class ExecuteFastResetOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |