Class: Aws::RDSDataService::Types::CommitTransactionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDSDataService::Types::CommitTransactionRequest
 
- Defined in:
- gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb
Overview
The request parameters represent the input of a commit transaction request.
Constant Summary collapse
- SENSITIVE =
- [] 
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 end and commit. 
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
| 321 322 323 324 325 326 327 | # File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 321 class CommitTransactionRequest < Struct.new( :resource_arn, :secret_arn, :transaction_id) SENSITIVE = [] include Aws::Structure end | 
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the DB cluster.
| 321 322 323 324 325 326 327 | # File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 321 class CommitTransactionRequest < Struct.new( :resource_arn, :secret_arn, :transaction_id) SENSITIVE = [] include Aws::Structure end | 
#transaction_id ⇒ String
The identifier of the transaction to end and commit.
| 321 322 323 324 325 326 327 | # File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 321 class CommitTransactionRequest < Struct.new( :resource_arn, :secret_arn, :transaction_id) SENSITIVE = [] include Aws::Structure end |