You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::AutoSnapshotDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AutoSnapshotDetails
- Defined in:
- (unknown)
Overview
Describes an automatic snapshot.
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the automatic snapshot was created.
-
#date ⇒ String
The date of the automatic snapshot in
YYYY-MM-DD
format. -
#from_attached_disks ⇒ Array<Types::AttachedDisk>
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
-
#status ⇒ String
The status of the automatic snapshot.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the automatic snapshot was created.
#date ⇒ String
The date of the automatic snapshot in YYYY-MM-DD
format.
#from_attached_disks ⇒ Array<Types::AttachedDisk>
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
#status ⇒ String
The status of the automatic snapshot.
Possible values:
- Success
- Failed
- InProgress
- NotFound