Class: Aws::Glue::Types::GetConnectionsResponse

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_listArray<Types::Connection>

A list of requested connection definitions.

Returns:



11559
11560
11561
11562
11563
11564
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11559

class GetConnectionsResponse < Struct.new(
  :connection_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if the list of connections returned does not include the last of the filtered connections.

Returns:

  • (String)


11559
11560
11561
11562
11563
11564
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11559

class GetConnectionsResponse < Struct.new(
  :connection_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end