Class: Aws::Glue::Types::ConnectionsList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConnectionsList
- 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
-
#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.
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 |