Class: Aws::IoTThingsGraph::Types::DeleteSystemInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DeleteSystemInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
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.
213 214 215 216 217 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 213 class DeleteSystemInstanceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |