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.
9365 9366 9367 9368 9369 9370 9371 9372 |
# File 'lib/aws-sdk-glue/types.rb', line 9365 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.
9365 9366 9367 9368 9369 9370 9371 9372 |
# File 'lib/aws-sdk-glue/types.rb', line 9365 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.
9365 9366 9367 9368 9369 9370 9371 9372 |
# File 'lib/aws-sdk-glue/types.rb', line 9365 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.
9365 9366 9367 9368 9369 9370 9371 9372 |
# File 'lib/aws-sdk-glue/types.rb', line 9365 class DescribeInboundIntegrationsRequest < Struct.new( :integration_arn, :marker, :max_records, :target_arn) SENSITIVE = [] include Aws::Structure end |