Class: Aws::IoTThingsGraph::Types::GetFlowTemplateResponse

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

#descriptionTypes::FlowTemplateDescription

The object that describes the specified workflow.



622
623
624
625
626
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 622

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