You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::DeleteAutoSnapshotRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteAutoSnapshotRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#dateString

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.

Returns:

  • (String)

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

#resource_nameString

The name of the source instance or disk from which to delete the automatic snapshot.

Returns:

  • (String)

    The name of the source instance or disk from which to delete the automatic snapshot.