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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10476

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