Class: Aws::ElastiCache::Types::CreateSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateSnapshotResult
- 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 Redis OSS cluster as of the time when the snapshot was taken.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Represents a copy of an entire Redis OSS cluster as of the time when the snapshot was taken.
3083 3084 3085 3086 3087 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3083 class CreateSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |