Class: Aws::GameSparks::Types::CreateSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::CreateSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the snapshot.
-
#game_name ⇒ String
The name of the game.
Instance Attribute Details
#description ⇒ String
The description of the snapshot.
108 109 110 111 112 113 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 108 class CreateSnapshotRequest < Struct.new( :description, :game_name) SENSITIVE = [] include Aws::Structure end |
#game_name ⇒ String
The name of the game.
108 109 110 111 112 113 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 108 class CreateSnapshotRequest < Struct.new( :description, :game_name) SENSITIVE = [] include Aws::Structure end |