class Aws::IoTThingsGraph::Types::GetFlowTemplateRevisionsRequest

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

data as a hash:

    {
      id: "Urn", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] id

The ID of the workflow.

The ID should be in the following format.

`urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME`
@return [String]

@!attribute [rw] next_token

The string that specifies the next page of results. Use this when
you're paginating results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

Constants

SENSITIVE