Class: Aws::GameSparks::Types::UpdateGameConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamesparks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_nameString

The name of the game.

Returns:

  • (String)


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

#modificationsArray<Types::SectionModification>

The list of modifications to make.

Returns:



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