struct Lightsail::AccessKey
- Lightsail::AccessKey
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #accessKeyId : String | Nil
- #accessKeyId=(accessKeyId : String | Nil)
- #createdAt : Time | Nil
- #createdAt=(createdAt : Time | Nil)
- #lastUsed : AccessKeyLastUsed | Nil
- #lastUsed=(lastUsed : AccessKeyLastUsed | Nil)
- #secretAccessKey : String | Nil
- #secretAccessKey=(secretAccessKey : String | Nil)
- #status : String | Nil
- #status=(status : String | Nil)