Class: Aws::GameSparks::Types::CreateSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::CreateSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::SnapshotDetails
Properties that provide details of the created snapshot.
Instance Attribute Details
#snapshot ⇒ Types::SnapshotDetails
Properties that provide details of the created snapshot.
121 122 123 124 125 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 121 class CreateSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |