Class: Aws::IoTThingsGraph::Types::DeprecateFlowTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DeprecateFlowTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the workflow to be deleted.
Instance Attribute Details
#id ⇒ String
The ID of the workflow to be deleted.
The ID should be in the following format.
‘urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME`
295 296 297 298 299 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 295 class DeprecateFlowTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |