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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


4739
4740
4741
4742
4743
4744
# File 'lib/aws-sdk-lightsail/types.rb', line 4739

class DeleteAutoSnapshotRequest < Struct.new(
  :resource_name,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

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

Returns:

  • (String)


4739
4740
4741
4742
4743
4744
# File 'lib/aws-sdk-lightsail/types.rb', line 4739

class DeleteAutoSnapshotRequest < Struct.new(
  :resource_name,
  :date)
  SENSITIVE = []
  include Aws::Structure
end