Class: Aws::ElastiCache::Types::DeleteSnapshotMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Represents the input of a DeleteSnapshot operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_nameString

The name of the snapshot to be deleted.

Returns:

  • (String)


3582
3583
3584
3585
3586
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3582

class DeleteSnapshotMessage < Struct.new(
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end