Class: Aws::MemoryDB::Types::CopySnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CopySnapshotResponse
- Defined in:
- gems/aws-sdk-memorydb/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.
527 528 529 530 531 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 527 class CopySnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |