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)


994
995
996
# File 'sig/types.rbs', line 994

def connection_id
  @connection_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def connection_name
  @connection_name
end

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def encryption_mode
  @encryption_mode
end