Class: Aws::IoTThingsGraph::Types::UndeploySystemInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::UndeploySystemInstanceRequest
- Defined in:
- gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb
Overview
Note:
When making an API call, you may pass UndeploySystemInstanceRequest data as a hash:
{
id: "Urn",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the system instance to remove from its target.
Instance Attribute Details
#id ⇒ String
The ID of the system instance to remove from its target.
1881 1882 1883 1884 1885 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1881 class UndeploySystemInstanceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |