Class: Aws::Glue::Types::DescribeInboundIntegrationsResponse

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

#inbound_integrationsArray<Types::InboundIntegration>

A list of inbound integrations.

Returns:



9385
9386
9387
9388
9389
9390
# File 'lib/aws-sdk-glue/types.rb', line 9385

class DescribeInboundIntegrationsResponse < Struct.new(
  :inbound_integrations,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A value that indicates the starting point for the next set of response records in a subsequent request.

Returns:

  • (String)


9385
9386
9387
9388
9389
9390
# File 'lib/aws-sdk-glue/types.rb', line 9385

class DescribeInboundIntegrationsResponse < Struct.new(
  :inbound_integrations,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end