Class: Aws::GameSparks::Types::GetGameConfigurationRequest

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)


606
607
608
609
610
611
# File 'lib/aws-sdk-gamesparks/types.rb', line 606

class GetGameConfigurationRequest < Struct.new(
  :game_name,
  :sections)
  SENSITIVE = []
  include Aws::Structure
end

#sectionsArray<String>

The list of sections to return.

Returns:

  • (Array<String>)


606
607
608
609
610
611
# File 'lib/aws-sdk-gamesparks/types.rb', line 606

class GetGameConfigurationRequest < Struct.new(
  :game_name,
  :sections)
  SENSITIVE = []
  include Aws::Structure
end