Class: Aws::ElastiCache::Types::CopySnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CopySnapshotResult
- 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.
1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1608 class CopySnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |