class Aws::SageMaker::Types::Device

Information of a particular device.

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

data as a hash:

    {
      device_name: "DeviceName", # required
      description: "DeviceDescription",
      iot_thing_name: "ThingName",
    }

@!attribute [rw] device_name

The name of the device.
@return [String]

@!attribute [rw] description

Description of the device.
@return [String]

@!attribute [rw] iot_thing_name

Amazon Web Services Internet of Things (IoT) object name.
@return [String]

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

Constants

SENSITIVE