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

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 commit transaction request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_statusString

The status of the commit operation.

Returns:

  • (String)


338
339
340
341
342
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 338

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