Class: Aws::IoTThingsGraph::Types::FlowTemplateDescription

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

Overview

An object that contains a workflow's definition and summary information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::DefinitionDocument

A workflow's definition document.



516
517
518
519
520
521
522
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 516

class FlowTemplateDescription < Struct.new(
  :summary,
  :definition,
  :validated_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::FlowTemplateSummary

An object that contains summary information about a workflow.



516
517
518
519
520
521
522
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 516

class FlowTemplateDescription < Struct.new(
  :summary,
  :definition,
  :validated_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#validated_namespace_versionInteger

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

Returns:

  • (Integer)


516
517
518
519
520
521
522
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 516

class FlowTemplateDescription < Struct.new(
  :summary,
  :definition,
  :validated_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end