Class: Aws::IoTThingsGraph::Types::UpdateFlowTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::UpdateFlowTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::FlowTemplateSummary
An object containing summary information about the updated workflow.
Instance Attribute Details
#summary ⇒ Types::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 |