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