Class: Aws::IoTThingsGraph::Types::GetFlowTemplateRevisionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

Returns:

  • (String)


645
646
647
648
649
650
651
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 645

class GetFlowTemplateRevisionsRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


645
646
647
648
649
650
651
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 645

class GetFlowTemplateRevisionsRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string that specifies the next page of results. Use this when you're paginating results.

Returns:

  • (String)


645
646
647
648
649
650
651
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 645

class GetFlowTemplateRevisionsRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end