Class: Aws::Types::ConnectivityPropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::ConnectivityPropertiesPatch
- 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.
791 792 793 |
# File 'sig/types.rbs', line 791 def authentication_configuration @authentication_configuration end |
#connection_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_properties.
790 791 792 |
# File 'sig/types.rbs', line 790 def connection_properties @connection_properties end |
#description ⇒ ::String
Returns the value of attribute description.
789 790 791 |
# File 'sig/types.rbs', line 789 def description @description end |