class Aws::GreengrassV2::Types::BatchDisassociateClientDeviceFromCoreDeviceRequest

@note When making an API call, you may pass BatchDisassociateClientDeviceFromCoreDeviceRequest

data as a hash:

    {
      entries: [
        {
          thing_name: "IoTThingName", # required
        },
      ],
      core_device_thing_name: "IoTThingName", # required
    }

@!attribute [rw] entries

The list of client devices to disassociate.
@return [Array<Types::DisassociateClientDeviceFromCoreDeviceEntry>]

@!attribute [rw] core_device_thing_name

The name of the core device. This is also the name of the IoT thing.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/BatchDisassociateClientDeviceFromCoreDeviceRequest AWS API Documentation

Constants

SENSITIVE