Class: Aws::DataZone::Types::SparkGlueArgs
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SparkGlueArgs
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Spark Amazon Web Services Glue args.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ String
The connection in the Spark Amazon Web Services Glue args.
Instance Attribute Details
#connection ⇒ String
The connection in the Spark Amazon Web Services Glue args.
17143 17144 17145 17146 17147 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17143 class SparkGlueArgs < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |