Class: Aws::IoTThingsGraph::Types::CreateFlowTemplateResponse

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

#summaryTypes::FlowTemplateSummary

The summary object that describes the created workflow.



61
62
63
64
65
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 61

class CreateFlowTemplateResponse < Struct.new(
  :summary)
  SENSITIVE = []
  include Aws::Structure
end