Class: Aws::Types::ConnectivityPropertiesPatch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::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.

Returns:

  • (::Hash[::String, ::String])


789
790
791
# File 'sig/types.rbs', line 789

def connection_properties
  @connection_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def description
  @description
end