Class: Aws::IoTThingsGraph::Types::GetFlowTemplateRevisionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetFlowTemplateRevisionsRequest
- 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.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
The string that specifies the next page of results.
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`
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 |
#max_results ⇒ Integer
The maximum number of results to return in the response.
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 |
#next_token ⇒ String
The string that specifies the next page of results. Use this when you’re paginating results.
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 |