class Aws::SageMaker::Types::UpdateDevicesRequest

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

data as a hash:

    {
      device_fleet_name: "EntityName", # required
      devices: [ # required
        {
          device_name: "DeviceName", # required
          description: "DeviceDescription",
          iot_thing_name: "ThingName",
        },
      ],
    }

@!attribute [rw] device_fleet_name

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

@!attribute [rw] devices

List of devices to register with Edge Manager agent.
@return [Array<Types::Device>]

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

Constants

SENSITIVE