Class: Aws::GameSparks::Types::ImportGameConfigurationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ImportGameConfigurationSource
- 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
-
#file ⇒ String
The JSON string containing the configuration sections.
Instance Attribute Details
#file ⇒ String
The JSON string containing the configuration sections.
853 854 855 856 857 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 853 class ImportGameConfigurationSource < Struct.new( :file) SENSITIVE = [] include Aws::Structure end |