Class: Aws::GameSparks::Types::ImportGameConfigurationRequest

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)


826
827
828
829
830
831
# File 'lib/aws-sdk-gamesparks/types.rb', line 826

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

#import_sourceTypes::ImportGameConfigurationSource

The source used to import configuration sections.



826
827
828
829
830
831
# File 'lib/aws-sdk-gamesparks/types.rb', line 826

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