class Aws::IoTThingsGraph::Types::GetFlowTemplateRequest

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

data as a hash:

    {
      id: "Urn", # required
      revision_number: 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] revision_number

The number of the workflow revision to retrieve.
@return [Integer]

Constants

SENSITIVE