Class: Aws::Glue::Types::ListConnectionTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListConnectionTypesResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_types ⇒ Array<Types::ConnectionTypeBrief>
A list of
ConnectionTypeBriefobjects 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.
19216 19217 19218 19219 19220 19221 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19216 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.
19216 19217 19218 19219 19220 19221 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19216 class ListConnectionTypesResponse < Struct.new( :connection_types, :next_token) SENSITIVE = [] include Aws::Structure end |