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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


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_nameString

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

Returns:

  • (String)


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