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.
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.
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.
983 984 985 |
# File 'sig/types.rbs', line 983 def encryption_mode @encryption_mode end |