Class: Aws::DataZone::Types::ConnectivityPropertiesPatch

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authentication_configurationTypes::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_propertiesHash<String,String>

The connection properties to update.

Returns:

  • (Hash<String,String>)


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

#descriptionString

A description of the connectivity properties update.

Returns:

  • (String)


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