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
- Struct
- Aws::IoTThingsGraph::Types::CreateFlowTemplateRequest
- 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
-
#compatible_namespace_version ⇒ Integer
The namespace version in which the workflow is to be created.
-
#definition ⇒ Types::DefinitionDocument
The workflow
DefinitionDocument
.
Instance Attribute Details
#compatible_namespace_version ⇒ Integer
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
#definition ⇒ Types::DefinitionDocument
The workflow DefinitionDocument
.