Class: Aws::Glue::Types::GetConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetConnectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_list ⇒ Array<Types::Connection>
A list of requested connection definitions.
-
#next_token ⇒ String
A continuation token, if the list of connections returned does not include the last of the filtered connections.
Instance Attribute Details
#connection_list ⇒ Array<Types::Connection>
A list of requested connection definitions.
10011 10012 10013 10014 10015 10016 |
# File 'lib/aws-sdk-glue/types.rb', line 10011 class GetConnectionsResponse < Struct.new( :connection_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if the list of connections returned does not include the last of the filtered connections.
10011 10012 10013 10014 10015 10016 |
# File 'lib/aws-sdk-glue/types.rb', line 10011 class GetConnectionsResponse < Struct.new( :connection_list, :next_token) SENSITIVE = [] include Aws::Structure end |