Class: Aws::GameSparks::Types::ImportGameConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ImportGameConfigurationRequest
- 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.
-
#import_source ⇒ Types::ImportGameConfigurationSource
The source used to import configuration sections.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
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_source ⇒ Types::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 |