Class: Aws::ElastiCache::Types::DeleteSnapshotMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteSnapshotMessage
- 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
-
#snapshot_name ⇒ String
The name of the snapshot to be deleted.
Instance Attribute Details
#snapshot_name ⇒ String
The name of the snapshot to be deleted.
3587 3588 3589 3590 3591 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3587 class DeleteSnapshotMessage < Struct.new( :snapshot_name) SENSITIVE = [] include Aws::Structure end |