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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



10004
10005
10006
10007
10008
10009
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10004

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)


10004
10005
10006
10007
10008
10009
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10004

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