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:



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

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