Class: Aws::DataZone::Types::GluePropertiesPatch

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

Overview

The Amazon Web Services Glue properties patch of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#glue_connection_inputTypes::GlueConnectionPatch

The Amazon Web Services Glue properties patch of a connection.



10510
10511
10512
10513
10514
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10510

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