Class: Aws::Glue::Types::DescribeIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DescribeIntegrationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integrations ⇒ Array<Types::Integration>
A list of zero-ETL integrations.
-
#marker ⇒ String
A value that indicates the starting point for the next set of response records in a subsequent request.
Instance Attribute Details
#integrations ⇒ Array<Types::Integration>
A list of zero-ETL integrations.
9455 9456 9457 9458 9459 9460 |
# File 'lib/aws-sdk-glue/types.rb', line 9455 class DescribeIntegrationsResponse < Struct.new( :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.
9455 9456 9457 9458 9459 9460 |
# File 'lib/aws-sdk-glue/types.rb', line 9455 class DescribeIntegrationsResponse < Struct.new( :integrations, :marker) SENSITIVE = [] include Aws::Structure end |