Class: Aws::IoTThingsGraph::Types::DeprecateSystemTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DeprecateSystemTemplateRequest
- Defined in:
- gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb
Overview
Note:
When making an API call, you may pass DeprecateSystemTemplateRequest data as a hash:
{
id: "Urn", # required
}
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
416 417 418 419 420 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 416 class DeprecateSystemTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |