class Aws::Lightsail::Types::DeleteAutoSnapshotRequest

@note When making an API call, you may pass DeleteAutoSnapshotRequest

data as a hash:

    {
      resource_name: "ResourceName", # required
      date: "AutoSnapshotDate", # required
    }

@!attribute [rw] resource_name

The name of the source instance or disk from which to delete the
automatic snapshot.
@return [String]

@!attribute [rw] date

The date of the automatic snapshot to delete in `YYYY-MM-DD` format.
Use the `get auto snapshots` operation to get the available
automatic snapshots for a resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteAutoSnapshotRequest AWS API Documentation

Constants

SENSITIVE