Class: Aws::Glue::Types::ConnectionsList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConnectionsList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies the connections used by a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<String>
A list of connections used by the job.
Instance Attribute Details
#connections ⇒ Array<String>
A list of connections used by the job.
4249 4250 4251 4252 4253 |
# File 'lib/aws-sdk-glue/types.rb', line 4249 class ConnectionsList < Struct.new( :connections) SENSITIVE = [] include Aws::Structure end |