Class: Aws::IoTThingsGraph::Types::GetFlowTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetFlowTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the workflow.
-
#revision_number ⇒ Integer
The number of the workflow revision to retrieve.
Instance Attribute Details
#id ⇒ String
The ID of the workflow.
The ID should be in the following format.
‘urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME`
611 612 613 614 615 616 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 611 class GetFlowTemplateRequest < Struct.new( :id, :revision_number) SENSITIVE = [] include Aws::Structure end |
#revision_number ⇒ Integer
The number of the workflow revision to retrieve.
611 612 613 614 615 616 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 611 class GetFlowTemplateRequest < Struct.new( :id, :revision_number) SENSITIVE = [] include Aws::Structure end |