class Aws::SageMaker::Types::DeregisterDevicesRequest

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

data as a hash:

    {
      device_fleet_name: "EntityName", # required
      device_names: ["DeviceName"], # required
    }

@!attribute [rw] device_fleet_name

The name of the fleet the devices belong to.
@return [String]

@!attribute [rw] device_names

The unique IDs of the devices.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeregisterDevicesRequest AWS API Documentation

Constants

SENSITIVE