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.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def connection_id @connection_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def connection_name @connection_name end |
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def encryption_mode @encryption_mode end |