Class: Aws::MemoryDB::Types::CopySnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CopySnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
Represents a copy of an entire cluster as of the time when the snapshot was taken.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Represents a copy of an entire cluster as of the time when the snapshot was taken.
538 539 540 541 542 |
# File 'lib/aws-sdk-memorydb/types.rb', line 538 class CopySnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |