Class: Aws::Types::DescribeHostKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHostKeyRequest
- 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.
380 381 382 |
# File 'sig/types.rbs', line 380 def host_key_id @host_key_id end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
379 380 381 |
# File 'sig/types.rbs', line 379 def server_id @server_id end |