Class: Aws::IoTThingsGraph::Types::CreateFlowTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::CreateFlowTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::FlowTemplateSummary
The summary object that describes the created workflow.
Instance Attribute Details
#summary ⇒ Types::FlowTemplateSummary
The summary object that describes the created workflow.
61 62 63 64 65 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 61 class CreateFlowTemplateResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end |