Class: Aws::IoTThingsGraph::Types::DeprecateSystemTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

Returns:

  • (String)


311
312
313
314
315
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 311

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