Class: Aws::Types::UpdateHostKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHostKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def description @description end |
#host_key_id ⇒ ::String
Returns the value of attribute host_key_id.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def host_key_id @host_key_id end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def server_id @server_id end |