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.

Returns:

  • (String)


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

#markerString

A token to specify where to start paginating. This is the marker from a previously truncated response.

Returns:

  • (String)


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_recordsInteger

The total number of items to return in the output.

Returns:

  • (Integer)


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_arnString

The Amazon Resource Name (ARN) of the target resource in the integration.

Returns:

  • (String)


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