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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/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)


851
852
853
854
855
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 851

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