Class: Aws::Neptunedata::Types::FastResetToken
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::FastResetToken
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
A structure containing the fast reset token used to initiate a fast reset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#token ⇒ String
A UUID generated by the database in the
initiateDatabaseReset
action, and then consumed by theperformDatabaseReset
to reset the database.
Instance Attribute Details
#token ⇒ String
A UUID generated by the database in the initiateDatabaseReset
action, and then consumed by the performDatabaseReset
to reset the
database.
984 985 986 987 988 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 984 class FastResetToken < Struct.new( :token) SENSITIVE = [] include Aws::Structure end |