Class: Aws::IoTThingsGraph::Types::UndeploySystemInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::UndeploySystemInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::SystemInstanceSummary
An object that contains summary information about the system instance that was removed from its target.
Instance Attribute Details
#summary ⇒ Types::SystemInstanceSummary
An object that contains summary information about the system instance that was removed from its target.
1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1550 class UndeploySystemInstanceResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end |