Class: Aws::Glue::Types::DescribeIntegrationsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DescribeIntegrationsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #integrations  ⇒ Array<Types::Integration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of zero-ETL integrations. 
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A value that indicates the starting point for the next set of response records in a subsequent request. 
Instance Attribute Details
#integrations ⇒ Array<Types::Integration>
A list of zero-ETL integrations.
| 9467 9468 9469 9470 9471 9472 | # File 'lib/aws-sdk-glue/types.rb', line 9467 class DescribeIntegrationsResponse < Struct.new( :integrations, :marker) SENSITIVE = [] include Aws::Structure end | 
#marker ⇒ String
A value that indicates the starting point for the next set of response records in a subsequent request.
| 9467 9468 9469 9470 9471 9472 | # File 'lib/aws-sdk-glue/types.rb', line 9467 class DescribeIntegrationsResponse < Struct.new( :integrations, :marker) SENSITIVE = [] include Aws::Structure end |