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>)


3405
3406
3407
3408
3409
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3405

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