Class: Aws::Neptunedata::Types::ExecuteFastResetOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadTypes::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

#statusString

The ‘status` is only returned for the `performDatabaseReset` action, and indicates whether or not the fast reset rquest is accepted.

Returns:

  • (String)


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