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

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

#descriptionTypes::FlowTemplateDescription

The object that describes the specified workflow.



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

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