Class: Aws::IoTThingsGraph::Types::UndeploySystemInstanceResponse

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

#summaryTypes::SystemInstanceSummary

An object that contains summary information about the system instance that was removed from its target.



1550
1551
1552
1553
1554
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1550

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