Class: Aws::ElastiCache::Types::DeleteSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteSnapshotResult
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
Represents a copy of an entire Valkey or Redis OSS cluster as of the time when the snapshot was taken.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Represents a copy of an entire Valkey or Redis OSS cluster as of the time when the snapshot was taken.
3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3600 class DeleteSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |