Class: Aws::Glue::Types::DescribeInboundIntegrationsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DescribeInboundIntegrationsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #inbound_integrations  ⇒ Array<Types::InboundIntegration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of inbound integrations. 
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A value that indicates the starting point for the next set of response records in a subsequent request. 
Instance Attribute Details
#inbound_integrations ⇒ Array<Types::InboundIntegration>
A list of inbound integrations.
| 9419 9420 9421 9422 9423 9424 | # File 'lib/aws-sdk-glue/types.rb', line 9419 class DescribeInboundIntegrationsResponse < Struct.new( :inbound_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.
| 9419 9420 9421 9422 9423 9424 | # File 'lib/aws-sdk-glue/types.rb', line 9419 class DescribeInboundIntegrationsResponse < Struct.new( :inbound_integrations, :marker) SENSITIVE = [] include Aws::Structure end |