Class: Aws::Types::UpdateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
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.
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.
996 997 998 |
# File 'sig/types.rbs', line 996 def encryption_mode @encryption_mode end |