Class: Aws::DataZone::Types::GluePropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GluePropertiesInput
- 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
-
#glue_connection_input ⇒ Types::GlueConnectionInput
The Amazon Web Services Glue connection.
Instance Attribute Details
#glue_connection_input ⇒ Types::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 |