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

Class: Aws::IoTThingsGraph::Types::UpdateFlowTemplateRequest

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

Overview

Note:

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

{
  id: "Urn", # required
  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 version of the user\'s namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

Returns:

  • (Integer)

    The version of the user\'s namespace.

#definitionTypes::DefinitionDocument

The DefinitionDocument that contains the updated workflow definition.

Returns:

#idString

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

Returns:

  • (String)

    The ID of the workflow to be updated.