Class: Aws::DataZone::Types::GluePropertiesInput

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

Overview

The Amazon Web Services Glue properties of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#glue_connection_inputTypes::GlueConnectionInput

The Amazon Web Services Glue connection.



10476
10477
10478
10479
10480
# File 'lib/aws-sdk-datazone/types.rb', line 10476

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