Class: Aws::Neptunedata::Types::ExecuteFastResetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ExecuteFastResetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#status ⇒ String
The ‘status` is only returned for the `performDatabaseReset` action, 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 '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 'lib/aws-sdk-neptunedata/types.rb', line 700 class ExecuteFastResetOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |