Class: Aws::RDS::Types::DescribeIntegrationsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DescribeIntegrationsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #integrations  ⇒ Array<Types::Integration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of integrations.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A pagination token that can be used in a later ‘DescribeIntegrations` request.
 
Instance Attribute Details
#integrations ⇒ Array<Types::Integration>
A list of integrations.
      14678 14679 14680 14681 14682 14683  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 14678 class DescribeIntegrationsResponse < Struct.new( :marker, :integrations) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
A pagination token that can be used in a later ‘DescribeIntegrations` request.
      14678 14679 14680 14681 14682 14683  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 14678 class DescribeIntegrationsResponse < Struct.new( :marker, :integrations) SENSITIVE = [] include Aws::Structure end  |