Class: Aws::IoTThingsGraph::Types::DeleteSystemTemplateRequest

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 be deleted.

The ID should be in the following format.

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

Returns:

  • (String)


229
230
231
232
233
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 229

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