Class: Aws::Glue::Types::ListConnectionTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListConnectionTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_types ⇒ Array<Types::ConnectionTypeBrief>
A list of ‘ConnectionTypeBrief` objects containing brief information about the supported connection types.
-
#next_token ⇒ String
A continuation token, if the current list segment is not the last.
Instance Attribute Details
#connection_types ⇒ Array<Types::ConnectionTypeBrief>
A list of ‘ConnectionTypeBrief` objects containing brief information about the supported connection types.
17881 17882 17883 17884 17885 17886 |
# File 'lib/aws-sdk-glue/types.rb', line 17881 class ListConnectionTypesResponse < Struct.new( :connection_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if the current list segment is not the last.
17881 17882 17883 17884 17885 17886 |
# File 'lib/aws-sdk-glue/types.rb', line 17881 class ListConnectionTypesResponse < Struct.new( :connection_types, :next_token) SENSITIVE = [] include Aws::Structure end |