Class: Aws::RDSDataService::Types::CommitTransactionResponse

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

Overview

The response elements represent the output of a commit transaction request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_statusString

The status of the commit operation.

Returns:

  • (String)


368
369
370
371
372
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 368

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