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:



9407
9408
9409
9410
9411
9412
# File 'lib/aws-sdk-glue/types.rb', line 9407

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)


9407
9408
9409
9410
9411
9412
# File 'lib/aws-sdk-glue/types.rb', line 9407

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