Class: Aws::MemoryDB::Types::CreateSnapshotResponse

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

The newly-created snapshot.

Returns:



824
825
826
827
828
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 824

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