Class: Aws::MemoryDB::Types::CreateSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
The newly-created snapshot.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
The newly-created snapshot.
841 842 843 844 845 |
# File 'lib/aws-sdk-memorydb/types.rb', line 841 class CreateSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |