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.
9433 9434 9435 9436 9437 9438 |
# File 'lib/aws-sdk-glue/types.rb', line 9433 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.
9433 9434 9435 9436 9437 9438 |
# File 'lib/aws-sdk-glue/types.rb', line 9433 class DescribeIntegrationsResponse < Struct.new( :integrations, :marker) SENSITIVE = [] include Aws::Structure end |