Class: Aws::Glue::Types::ListConnectionTypesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_typesArray<Types::ConnectionTypeBrief>

A list of ConnectionTypeBrief objects containing brief information about the supported connection types.

Returns:



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_tokenString

A continuation token, if the current list segment is not the last.

Returns:

  • (String)


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