Class: Aws::RDS::Types::DeleteIntegrationMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DeleteIntegrationMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #integration_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the integration. 
Instance Attribute Details
#integration_identifier ⇒ String
The unique identifier of the integration.
| 11719 11720 11721 11722 11723 | # File 'lib/aws-sdk-rds/types.rb', line 11719 class DeleteIntegrationMessage < Struct.new( :integration_identifier) SENSITIVE = [] include Aws::Structure end |