Class: Aws::GameSparks::Types::UpdateSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::UpdateSnapshotRequest
- 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.
-
#snapshot_id ⇒ String
The identifier of the snapshot.
Instance Attribute Details
permalink #description ⇒ String
The description of the snapshot.
1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1794 class UpdateSnapshotRequest < Struct.new( :description, :game_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
permalink #game_name ⇒ String
The name of the game.
1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1794 class UpdateSnapshotRequest < Struct.new( :description, :game_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
permalink #snapshot_id ⇒ String
The identifier of the snapshot.
1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1794 class UpdateSnapshotRequest < Struct.new( :description, :game_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |