Class: Aws::IoTThingsGraph::Types::CreateFlowTemplateRequest

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

#compatible_namespace_versionInteger

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

Returns:

  • (Integer)


50
51
52
53
54
55
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 50

class CreateFlowTemplateRequest < Struct.new(
  :definition,
  :compatible_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::DefinitionDocument

The workflow DefinitionDocument.



50
51
52
53
54
55
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 50

class CreateFlowTemplateRequest < Struct.new(
  :definition,
  :compatible_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end