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:



9413
9414
9415
9416
9417
9418
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9413

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)


9413
9414
9415
9416
9417
9418
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9413

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