Class: Aws::RDSDataService::Types::RollbackTransactionResponse

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

Overview

The response elements represent the output of a request to perform a rollback of a transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_statusString

The status of the rollback operation.

Returns:

  • (String)


824
825
826
827
828
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 824

class RollbackTransactionResponse < Struct.new(
  :transaction_status)
  SENSITIVE = []
  include Aws::Structure
end