class Aws::IoTThingsGraph::Types::CreateSystemTemplateRequest

@note When making an API call, you may pass CreateSystemTemplateRequest

data as a hash:

    {
      definition: { # required
        language: "GRAPHQL", # required, accepts GRAPHQL
        text: "DefinitionText", # required
      },
      compatible_namespace_version: 1,
    }

@!attribute [rw] definition

The `DefinitionDocument` used to create the system.
@return [Types::DefinitionDocument]

@!attribute [rw] compatible_namespace_version

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.
@return [Integer]

Constants

SENSITIVE