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

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

Returns:

  • (String)


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

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