Class: Aws::Types::GlueConnectionPatch
- Inherits:
-
Object
- Object
- Aws::Types::GlueConnectionPatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_configuration ⇒ Types::AuthenticationConfigurationPatch
Returns the value of attribute authentication_configuration.
-
#connection_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#authentication_configuration ⇒ Types::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.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def connection_properties @connection_properties end |
#description ⇒ ::String
Returns the value of attribute description.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def description @description end |