Class: Aws::IoTThingsGraph::Types::DeleteFlowTemplateRequest

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

#idString

The ID of the workflow to be deleted.

The ID should be in the following format.

‘urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME`

Returns:

  • (String)


182
183
184
185
186
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 182

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