Class: Aws::Lightsail::Types::DeleteAutoSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteAutoSnapshotRequest
- Defined in:
- gems/aws-sdk-lightsail/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-DD
format. -
#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.
4757 4758 4759 4760 4761 4762 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4757 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.
4757 4758 4759 4760 4761 4762 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4757 class DeleteAutoSnapshotRequest < Struct.new( :resource_name, :date) SENSITIVE = [] include Aws::Structure end |