Class: Aws::Glue::Types::GetConnectionsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetConnectionsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connection_list  ⇒ Array<Types::Connection> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of requested connection definitions. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if the list of connections returned does not include the last of the filtered connections. 
Instance Attribute Details
#connection_list ⇒ Array<Types::Connection>
A list of requested connection definitions.
| 11571 11572 11573 11574 11575 11576 | # File 'lib/aws-sdk-glue/types.rb', line 11571 class GetConnectionsResponse < Struct.new( :connection_list, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if the list of connections returned does not include the last of the filtered connections.
| 11571 11572 11573 11574 11575 11576 | # File 'lib/aws-sdk-glue/types.rb', line 11571 class GetConnectionsResponse < Struct.new( :connection_list, :next_token) SENSITIVE = [] include Aws::Structure end |