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.
3734 3735 3736 3737 3738 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3734 class ConnectionsList < Struct.new( :connections) SENSITIVE = [] include Aws::Structure end |