Class: Aws::IoTManagedIntegrations::Types::DeleteManagedThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteManagedThingRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
When set to
TRUE
, a forceful deteletion of the managed thing will occur. -
#identifier ⇒ String
The id of the managed thing.
Instance Attribute Details
#force ⇒ Boolean
When set to TRUE
, a forceful deteletion of the managed thing will
occur. When set to FALSE
, a non-forceful deletion of the managed
thing will occur.
1233 1234 1235 1236 1237 1238 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1233 class DeleteManagedThingRequest < Struct.new( :identifier, :force) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The id of the managed thing.
1233 1234 1235 1236 1237 1238 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1233 class DeleteManagedThingRequest < Struct.new( :identifier, :force) SENSITIVE = [] include Aws::Structure end |