Class: Aws::Glue::Types::DescribeInboundIntegrationsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DescribeInboundIntegrationsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #integration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the integration. 
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A token to specify where to start paginating. 
- 
  
    
      #max_records  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of items to return in the output. 
- 
  
    
      #target_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the target resource in the integration. 
Instance Attribute Details
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integration.
| 9399 9400 9401 9402 9403 9404 9405 9406 | # File 'lib/aws-sdk-glue/types.rb', line 9399 class DescribeInboundIntegrationsRequest < Struct.new( :integration_arn, :marker, :max_records, :target_arn) SENSITIVE = [] include Aws::Structure end | 
#marker ⇒ String
A token to specify where to start paginating. This is the marker from a previously truncated response.
| 9399 9400 9401 9402 9403 9404 9405 9406 | # File 'lib/aws-sdk-glue/types.rb', line 9399 class DescribeInboundIntegrationsRequest < Struct.new( :integration_arn, :marker, :max_records, :target_arn) SENSITIVE = [] include Aws::Structure end | 
#max_records ⇒ Integer
The total number of items to return in the output.
| 9399 9400 9401 9402 9403 9404 9405 9406 | # File 'lib/aws-sdk-glue/types.rb', line 9399 class DescribeInboundIntegrationsRequest < Struct.new( :integration_arn, :marker, :max_records, :target_arn) SENSITIVE = [] include Aws::Structure end | 
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target resource in the integration.
| 9399 9400 9401 9402 9403 9404 9405 9406 | # File 'lib/aws-sdk-glue/types.rb', line 9399 class DescribeInboundIntegrationsRequest < Struct.new( :integration_arn, :marker, :max_records, :target_arn) SENSITIVE = [] include Aws::Structure end |