Struct aws_sdk_sagemaker::model::Device
source · #[non_exhaustive]pub struct Device { /* private fields */ }
Expand description
Information of a particular device.
Implementations§
source§impl Device
impl Device
sourcepub fn device_name(&self) -> Option<&str>
pub fn device_name(&self) -> Option<&str>
The name of the device.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Description of the device.
sourcepub fn iot_thing_name(&self) -> Option<&str>
pub fn iot_thing_name(&self) -> Option<&str>
Amazon Web Services Internet of Things (IoT) object name.