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