Method: Aws::IoTThingsGraph::Types::GetFlowTemplateRevisionsRequest#id
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
#id ⇒ String
The ID of the workflow.
The ID should be in the following format.
‘urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME`
645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 645 class GetFlowTemplateRevisionsRequest < Struct.new( :id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |