Class: Aws::ElastiCache::Types::CreateSnapshotResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

Represents a copy of an entire Valkey or Redis OSS cluster as of the time when the snapshot was taken.

Returns:



3080
3081
3082
3083
3084
# File 'lib/aws-sdk-elasticache/types.rb', line 3080

class CreateSnapshotResult < Struct.new(
  :snapshot)
  SENSITIVE = []
  include Aws::Structure
end