Class: Aws::Glue::Types::DescribeIntegrationsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DescribeIntegrationsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #filters  ⇒ Array<Types::IntegrationFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of key and values, to filter down the results. 
- 
  
    
      #integration_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the integration. 
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A value that indicates the starting point for the next set of response records in a subsequent request. 
- 
  
    
      #max_records  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of items to return in the output. 
Instance Attribute Details
#filters ⇒ Array<Types::IntegrationFilter>
A list of key and values, to filter down the results. Supported keys are “Status”, “IntegrationName”, and “SourceArn”. IntegrationName is limited to only one value.
| 9447 9448 9449 9450 9451 9452 9453 9454 | # File 'lib/aws-sdk-glue/types.rb', line 9447 class DescribeIntegrationsRequest < Struct.new( :integration_identifier, :marker, :max_records, :filters) SENSITIVE = [] include Aws::Structure end | 
#integration_identifier ⇒ String
The Amazon Resource Name (ARN) for the integration.
| 9447 9448 9449 9450 9451 9452 9453 9454 | # File 'lib/aws-sdk-glue/types.rb', line 9447 class DescribeIntegrationsRequest < Struct.new( :integration_identifier, :marker, :max_records, :filters) 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.
| 9447 9448 9449 9450 9451 9452 9453 9454 | # File 'lib/aws-sdk-glue/types.rb', line 9447 class DescribeIntegrationsRequest < Struct.new( :integration_identifier, :marker, :max_records, :filters) SENSITIVE = [] include Aws::Structure end | 
#max_records ⇒ Integer
The total number of items to return in the output.
| 9447 9448 9449 9450 9451 9452 9453 9454 | # File 'lib/aws-sdk-glue/types.rb', line 9447 class DescribeIntegrationsRequest < Struct.new( :integration_identifier, :marker, :max_records, :filters) SENSITIVE = [] include Aws::Structure end |