struct Lightsail::Operation
- Lightsail::Operation
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #createdAt : Time | Nil
- #createdAt=(createdAt : Time | Nil)
- #errorCode : String | Nil
- #errorCode=(errorCode : String | Nil)
- #errorDetails : String | Nil
- #errorDetails=(errorDetails : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #isTerminal : Bool | Nil
- #isTerminal=(isTerminal : Bool | Nil)
- #location : ResourceLocation | Nil
- #location=(location : ResourceLocation | Nil)
- #operationDetails : String | Nil
- #operationDetails=(operationDetails : String | Nil)
- #operationType : String | Nil
- #operationType=(operationType : String | Nil)
- #resourceName : String | Nil
- #resourceName=(resourceName : String | Nil)
- #resourceType : String | Nil
- #resourceType=(resourceType : String | Nil)
- #status : String | Nil
- #status=(status : String | Nil)
- #statusChangedAt : Time | Nil
- #statusChangedAt=(statusChangedAt : Time | Nil)