Class: Aws::IoTThingsGraph::Types::GetFlowTemplateRequest

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)


611
612
613
614
615
616
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 611

class GetFlowTemplateRequest < Struct.new(
  :id,
  :revision_number)
  SENSITIVE = []
  include Aws::Structure
end

#revision_numberInteger

The number of the workflow revision to retrieve.

Returns:

  • (Integer)


611
612
613
614
615
616
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 611

class GetFlowTemplateRequest < Struct.new(
  :id,
  :revision_number)
  SENSITIVE = []
  include Aws::Structure
end