Class: Aws::Types::HostKeyAttributes
- Inherits:
-
Object
- Object
- Aws::Types::HostKeyAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ ::String
Returns the value of attribute algorithm.
-
#fingerprint_sha1 ⇒ ::String
Returns the value of attribute fingerprint_sha1.
-
#fingerprint_sha256 ⇒ ::String
Returns the value of attribute fingerprint_sha256.
-
#not_valid_after ⇒ ::Time
Returns the value of attribute not_valid_after.
-
#not_valid_before ⇒ ::Time
Returns the value of attribute not_valid_before.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
-
#witnessed_at ⇒ ::Time
Returns the value of attribute witnessed_at.
Instance Attribute Details
#algorithm ⇒ ::String
Returns the value of attribute algorithm.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def algorithm @algorithm end |
#fingerprint_sha1 ⇒ ::String
Returns the value of attribute fingerprint_sha1.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def fingerprint_sha1 @fingerprint_sha1 end |
#fingerprint_sha256 ⇒ ::String
Returns the value of attribute fingerprint_sha256.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def fingerprint_sha256 @fingerprint_sha256 end |
#not_valid_after ⇒ ::Time
Returns the value of attribute not_valid_after.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def not_valid_after @not_valid_after end |
#not_valid_before ⇒ ::Time
Returns the value of attribute not_valid_before.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def not_valid_before @not_valid_before end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def public_key @public_key end |
#witnessed_at ⇒ ::Time
Returns the value of attribute witnessed_at.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def witnessed_at @witnessed_at end |