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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



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_tokenString

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

Returns:

  • (String)


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