Class: Aws::Types::DeleteHostKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteHostKeyRequest
- 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.
275 276 277 |
# File 'sig/types.rbs', line 275 def host_key_id @host_key_id end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def server_id @server_id end |