Class: Aws::DataZone::Types::ConnectivityPropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConnectivityPropertiesPatch
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Contains the connectivity settings to update on an existing connection. Include only the fields you want to change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_configuration ⇒ Types::AuthenticationConfigurationPatch
The authentication settings to update.
-
#connection_properties ⇒ Hash<String,String>
The connection properties to update.
-
#description ⇒ String
A description of the connectivity properties update.
Instance Attribute Details
#authentication_configuration ⇒ Types::AuthenticationConfigurationPatch
The authentication settings to update.
2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2509 class ConnectivityPropertiesPatch < Struct.new( :description, :connection_properties, :authentication_configuration) SENSITIVE = [] include Aws::Structure end |
#connection_properties ⇒ Hash<String,String>
The connection properties to update.
2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2509 class ConnectivityPropertiesPatch < Struct.new( :description, :connection_properties, :authentication_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the connectivity properties update.
2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2509 class ConnectivityPropertiesPatch < Struct.new( :description, :connection_properties, :authentication_configuration) SENSITIVE = [] include Aws::Structure end |