Class: Aws::Neptunedata::Types::ExecuteFastResetInput

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

#actionString

The fast reset action. One of the following values:

  • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

  • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

Returns:

  • (String)


680
681
682
683
684
685
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 680

class ExecuteFastResetInput < Struct.new(
  :action,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

The fast-reset token to initiate the reset.

Returns:

  • (String)


680
681
682
683
684
685
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 680

class ExecuteFastResetInput < Struct.new(
  :action,
  :token)
  SENSITIVE = []
  include Aws::Structure
end