Class: Aws::IoTThingsGraph::Types::UndeploySystemInstanceRequest

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 remove from its target.

Returns:

  • (String)


1539
1540
1541
1542
1543
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1539

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