Class: Aws::GameSparks::Types::UpdateSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::UpdateSnapshotResult
- 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 updated snapshot.
Instance Attribute Details
#snapshot ⇒ Types::SnapshotDetails
Properties that provide details of the updated snapshot.
1808 1809 1810 1811 1812 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1808 class UpdateSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |