Class: Aws::IoTThingsGraph::Types::UpdateFlowTemplateResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#summaryTypes::FlowTemplateSummary

An object containing summary information about the updated workflow.



1618
1619
1620
1621
1622
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1618

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