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
show all
Defined in:
(unknown)

Overview

Describes an automatic snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the automatic snapshot was created.

Returns:

  • (Time)

    The timestamp when the automatic snapshot was created.

#dateString

The date of the automatic snapshot in YYYY-MM-DD format.

Returns:

  • (String)

    The date of the automatic snapshot in YYYY-MM-DD format.

#from_attached_disksArray<Types::AttachedDisk>

An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.

Returns:

  • (Array<Types::AttachedDisk>)

    An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.

#statusString

The status of the automatic snapshot.

Possible values:

  • Success
  • Failed
  • InProgress
  • NotFound

Returns:

  • (String)

    The status of the automatic snapshot.