Class: Aws::Types::DescribedHostKey
- Inherits:
-
Object
- Object
- Aws::Types::DescribedHostKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_imported ⇒ ::Time
Returns the value of attribute date_imported.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#host_key_fingerprint ⇒ ::String
Returns the value of attribute host_key_fingerprint.
-
#host_key_id ⇒ ::String
Returns the value of attribute host_key_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
556 557 558 |
# File 'sig/types.rbs', line 556 def arn @arn end |
#date_imported ⇒ ::Time
Returns the value of attribute date_imported.
561 562 563 |
# File 'sig/types.rbs', line 561 def date_imported @date_imported end |
#description ⇒ ::String
Returns the value of attribute description.
559 560 561 |
# File 'sig/types.rbs', line 559 def description @description end |
#host_key_fingerprint ⇒ ::String
Returns the value of attribute host_key_fingerprint.
558 559 560 |
# File 'sig/types.rbs', line 558 def host_key_fingerprint @host_key_fingerprint end |
#host_key_id ⇒ ::String
Returns the value of attribute host_key_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def host_key_id @host_key_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
562 563 564 |
# File 'sig/types.rbs', line 562 def end |
#type ⇒ ::String
Returns the value of attribute type.
560 561 562 |
# File 'sig/types.rbs', line 560 def type @type end |