struct Lightsail::InstanceSnapshot
- Lightsail::InstanceSnapshot
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #arn : String | Nil
- #arn=(arn : String | Nil)
- #createdAt : Time | Nil
- #createdAt=(createdAt : Time | Nil)
- #fromAttachedDisks : Array(Disk) | Nil
- #fromAttachedDisks=(fromAttachedDisks : Array(Disk) | Nil)
- #fromBlueprintId : String | Nil
- #fromBlueprintId=(fromBlueprintId : String | Nil)
- #fromBundleId : String | Nil
- #fromBundleId=(fromBundleId : String | Nil)
- #fromInstanceArn : String | Nil
- #fromInstanceArn=(fromInstanceArn : String | Nil)
- #fromInstanceName : String | Nil
- #fromInstanceName=(fromInstanceName : String | Nil)
- #isFromAutoSnapshot : Bool | Nil
- #isFromAutoSnapshot=(isFromAutoSnapshot : Bool | Nil)
- #location : ResourceLocation | Nil
- #location=(location : ResourceLocation | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #progress : String | Nil
- #progress=(progress : String | Nil)
- #resourceType : String | Nil
- #resourceType=(resourceType : String | Nil)
- #sizeInGb : Int16 | Nil
- #sizeInGb=(sizeInGb : Int16 | Nil)
- #state : String | Nil
- #state=(state : String | Nil)
- #supportCode : String | Nil
- #supportCode=(supportCode : String | Nil)
- #tags : Array(Tag) | Nil
- #tags=(tags : Array(Tag) | Nil)