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.
17810 17811 17812 17813 17814 17815 |
# File 'lib/aws-sdk-glue/types.rb', line 17810 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.
17810 17811 17812 17813 17814 17815 |
# File 'lib/aws-sdk-glue/types.rb', line 17810 class ListConnectionTypesResponse < Struct.new( :connection_types, :next_token) SENSITIVE = [] include Aws::Structure end |