Class: Aws::Glue::Types::ConnectionsList

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

Overview

Specifies the connections used by a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionsArray<String>

A list of connections used by the job.

Returns:

  • (Array<String>)


4223
4224
4225
4226
4227
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4223

class ConnectionsList < Struct.new(
  :connections)
  SENSITIVE = []
  include Aws::Structure
end