Class: Aws::GreengrassV2::Types::DisassociateClientDeviceFromCoreDeviceEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::DisassociateClientDeviceFromCoreDeviceEntry
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Contains a request to disassociate a client device from a core device. The BatchDisassociateClientDeviceWithCoreDevice operation consumes a list of these requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_name ⇒ String
The name of the IoT thing that represents the client device to disassociate.
Instance Attribute Details
#thing_name ⇒ String
The name of the IoT thing that represents the client device to disassociate.
1269 1270 1271 1272 1273 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1269 class DisassociateClientDeviceFromCoreDeviceEntry < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |