Class: Aws::Types::GlueConnectionPatch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::AuthenticationConfigurationPatch

Returns the value of attribute authentication_configuration.



3475
3476
3477
# File 'sig/types.rbs', line 3475

def authentication_configuration
  @authentication_configuration
end

#connection_properties::Hash[::String, ::String]

Returns the value of attribute connection_properties.

Returns:

  • (::Hash[::String, ::String])


3474
3475
3476
# File 'sig/types.rbs', line 3474

def connection_properties
  @connection_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3473
3474
3475
# File 'sig/types.rbs', line 3473

def description
  @description
end