class Aws::IoTThingsGraph::Types::CreateFlowTemplateRequest

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

data as a hash:

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

@!attribute [rw] definition

The workflow `DefinitionDocument`.
@return [Types::DefinitionDocument]

@!attribute [rw] compatible_namespace_version

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

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

Constants

SENSITIVE