Class: Aws::DataZone::Types::GlueConnectionPatch

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

Overview

The Amazon Web Services Glue connection patch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::AuthenticationConfigurationPatch

The authentication configuration of the Amazon Web Services Glue connection patch.



11915
11916
11917
11918
11919
11920
11921
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11915

class GlueConnectionPatch < Struct.new(
  :description,
  :connection_properties,
  :authentication_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#connection_propertiesHash<String,String>

The properties of the Amazon Web Services Glue connection patch.

Returns:

  • (Hash<String,String>)


11915
11916
11917
11918
11919
11920
11921
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11915

class GlueConnectionPatch < Struct.new(
  :description,
  :connection_properties,
  :authentication_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the Amazon Web Services Glue connection patch.

Returns:

  • (String)


11915
11916
11917
11918
11919
11920
11921
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11915

class GlueConnectionPatch < Struct.new(
  :description,
  :connection_properties,
  :authentication_configuration)
  SENSITIVE = []
  include Aws::Structure
end