Class: Aws::Glue::Types::DescribeInboundIntegrationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_arnString

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

#markerString

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_recordsInteger

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_arnString

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