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