class Aws::SageMaker::Types::RegisterDevicesRequest

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

data as a hash:

    {
      device_fleet_name: "EntityName", # required
      devices: [ # required
        {
          device_name: "DeviceName", # required
          description: "DeviceDescription",
          iot_thing_name: "ThingName",
        },
      ],
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] device_fleet_name

The name of the fleet.
@return [String]

@!attribute [rw] devices

A list of devices to register with SageMaker Edge Manager.
@return [Array<Types::Device>]

@!attribute [rw] tags

The tags associated with devices.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE