You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::CreateFlowTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateFlowTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_namespace_versionInteger

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

If no value is specified, the latest version is used by default.

Returns:

  • (Integer)

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

#definitionTypes::DefinitionDocument

The workflow DefinitionDocument.

Returns: