class Aws::SageMaker::Types::DescribeDeviceRequest

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

data as a hash:

    {
      next_token: "NextToken",
      device_name: "EntityName", # required
      device_fleet_name: "EntityName", # required
    }

@!attribute [rw] next_token

Next token of device description.
@return [String]

@!attribute [rw] device_name

The unique ID of the device.
@return [String]

@!attribute [rw] device_fleet_name

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

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

Constants

SENSITIVE