Class: Aws::GameSparks::Types::ImportGameConfigurationSource

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

Overview

The source used to import configuration sections.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fileString

The JSON string containing the configuration sections.

Returns:

  • (String)


853
854
855
856
857
# File 'lib/aws-sdk-gamesparks/types.rb', line 853

class ImportGameConfigurationSource < Struct.new(
  :file)
  SENSITIVE = []
  include Aws::Structure
end