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