Class: Aws::Glue::Types::DescribeInboundIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DescribeInboundIntegrationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inbound_integrations ⇒ Array<Types::InboundIntegration>
A list of inbound integrations.
-
#marker ⇒ String
A value that indicates the starting point for the next set of response records in a subsequent request.
Instance Attribute Details
#inbound_integrations ⇒ Array<Types::InboundIntegration>
A list of inbound integrations.
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 |
#marker ⇒ String
A value that indicates the starting point for the next set of response records in a subsequent request.
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 |