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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3613
3614
3615
3616
3617
# File 'lib/aws-sdk-elasticache/types.rb', line 3613

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