Class: Aws::RDSDataService::Types::RollbackTransactionRequest

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

Overview

The request parameters represent the input of a request to perform a rollback of a transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

Returns:

  • (String)


834
835
836
837
838
839
840
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 834

class RollbackTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The name or ARN of the secret that enables access to the DB cluster.

Returns:

  • (String)


834
835
836
837
838
839
840
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 834

class RollbackTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_idString

The identifier of the transaction to roll back.

Returns:

  • (String)


834
835
836
837
838
839
840
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 834

class RollbackTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end