Class: Aws::MemoryDB::Types::CopySnapshotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

Represents a copy of an entire cluster as of the time when the snapshot was taken.

Returns:



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