Class: Aws::IoTThingsGraph::Types::GetFlowTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetFlowTemplateResponse
- Defined in:
- gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ Types::FlowTemplateDescription
The object that describes the specified workflow.
Instance Attribute Details
#description ⇒ Types::FlowTemplateDescription
The object that describes the specified workflow.
774 775 776 777 778 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 774 class GetFlowTemplateResponse < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |