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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/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 'gems/aws-sdk-neptunedata/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 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 700

class ExecuteFastResetOutput < Struct.new(
  :status,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end