You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDSDataService::Types::RollbackTransactionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDSDataService::Types::RollbackTransactionRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing RollbackTransactionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  resource_arn: "Arn", # required
  secret_arn: "Arn", # required
  transaction_id: "Id", # required
}
The request parameters represent the input of a request to perform a rollback of a transaction.
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster. 
- 
  
    
      #secret_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name or ARN of the secret that enables access to the DB cluster. 
- 
  
    
      #transaction_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the transaction to roll back. 
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the DB cluster.
#transaction_id ⇒ String
The identifier of the transaction to roll back.