Class: Aws::DataZone::Types::SparkGlueArgs

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The Spark Amazon Web Services Glue args.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionString

The connection in the Spark Amazon Web Services Glue args.

Returns:

  • (String)


17136
17137
17138
17139
17140
# File 'lib/aws-sdk-datazone/types.rb', line 17136

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