Class: Aws::ElastiCache::Types::CreateSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateSnapshotResult
- Includes:
- Structure
- Defined in:
- 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.
3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3080 class CreateSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |