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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-iotthingsgraph/types.rb', line 311

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