Class: Aws::GameSparks::Types::UpdateGameConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::UpdateGameConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_name ⇒ String
The name of the game.
-
#modifications ⇒ Array<Types::SectionModification>
The list of modifications to make.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1732 class UpdateGameConfigurationRequest < Struct.new( :game_name, :modifications) SENSITIVE = [] include Aws::Structure end |
#modifications ⇒ Array<Types::SectionModification>
The list of modifications to make.
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1732 class UpdateGameConfigurationRequest < Struct.new( :game_name, :modifications) SENSITIVE = [] include Aws::Structure end |