Class: Aws::IoTThingsGraph::Types::DeprecateSystemTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DeprecateSystemTemplateRequest
- 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 delete.
Instance Attribute Details
#id ⇒ String
The ID of the system to delete.
The ID should be in the following format.
‘urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME`
311 312 313 314 315 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 311 class DeprecateSystemTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |