Class: Aws::Types::UpdateConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def connection_id
  @connection_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def connection_name
  @connection_name
end

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def encryption_mode
  @encryption_mode
end