struct Lightsail::HostKeyAttributes
- Lightsail::HostKeyAttributes
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #algorithm : String | Nil
- #algorithm=(algorithm : String | Nil)
- #fingerprintSHA1 : String | Nil
- #fingerprintSHA1=(fingerprintSHA1 : String | Nil)
- #fingerprintSHA256 : String | Nil
- #fingerprintSHA256=(fingerprintSHA256 : String | Nil)
- #notValidAfter : Time | Nil
- #notValidAfter=(notValidAfter : Time | Nil)
- #notValidBefore : Time | Nil
- #notValidBefore=(notValidBefore : Time | Nil)
- #publicKey : String | Nil
- #publicKey=(publicKey : String | Nil)
- #witnessedAt : Time | Nil
- #witnessedAt=(witnessedAt : Time | Nil)