Class: Aws::IoTThingsGraph::Types::DeleteSystemInstanceRequest

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

Returns:

  • (String)


213
214
215
216
217
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 213

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