Class: Aws::Types::ImportHostKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportHostKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#host_key_body ⇒ ::String
Returns the value of attribute host_key_body.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
781 782 783 |
# File 'sig/types.rbs', line 781 def description @description end |
#host_key_body ⇒ ::String
Returns the value of attribute host_key_body.
780 781 782 |
# File 'sig/types.rbs', line 780 def host_key_body @host_key_body end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
779 780 781 |
# File 'sig/types.rbs', line 779 def server_id @server_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
782 783 784 |
# File 'sig/types.rbs', line 782 def @tags end |