Class: Aws::Lightsail::Types::DeleteAutoSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteAutoSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date ⇒ String
The date of the automatic snapshot to delete in
YYYY-MM-DDformat. -
#resource_name ⇒ String
The name of the source instance or disk from which to delete the automatic snapshot.
Instance Attribute Details
#date ⇒ String
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.
4870 4871 4872 4873 4874 4875 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4870 class DeleteAutoSnapshotRequest < Struct.new( :resource_name, :date) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the source instance or disk from which to delete the automatic snapshot.
4870 4871 4872 4873 4874 4875 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4870 class DeleteAutoSnapshotRequest < Struct.new( :resource_name, :date) SENSITIVE = [] include Aws::Structure end |