Class: Aws::Types::UpdateHostKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHostKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_key_id ⇒ ::String
Returns the value of attribute host_key_id.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
Instance Attribute Details
#host_key_id ⇒ ::String
Returns the value of attribute host_key_id.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def host_key_id @host_key_id end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def server_id @server_id end |