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-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.
4756 4757 4758 4759 4760 4761 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4756 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.
4756 4757 4758 4759 4760 4761 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4756 class DeleteAutoSnapshotRequest < Struct.new( :resource_name, :date) SENSITIVE = [] include Aws::Structure end |