Struct aws_sdk_devicefarm::model::DeviceInstance
source · #[non_exhaustive]pub struct DeviceInstance { /* private fields */ }Expand description
Represents the device instance.
Implementations§
source§impl DeviceInstance
impl DeviceInstance
sourcepub fn device_arn(&self) -> Option<&str>
pub fn device_arn(&self) -> Option<&str>
The ARN of the device.
sourcepub fn labels(&self) -> Option<&[String]>
pub fn labels(&self) -> Option<&[String]>
An array of strings that describe the device instance.
sourcepub fn status(&self) -> Option<&InstanceStatus>
pub fn status(&self) -> Option<&InstanceStatus>
The status of the device instance. Valid values are listed here.
sourcepub fn instance_profile(&self) -> Option<&InstanceProfile>
pub fn instance_profile(&self) -> Option<&InstanceProfile>
A object that contains information about the instance profile.
source§impl DeviceInstance
impl DeviceInstance
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceInstance.
Trait Implementations§
source§impl Clone for DeviceInstance
impl Clone for DeviceInstance
source§fn clone(&self) -> DeviceInstance
fn clone(&self) -> DeviceInstance
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeviceInstance
impl Debug for DeviceInstance
source§impl PartialEq<DeviceInstance> for DeviceInstance
impl PartialEq<DeviceInstance> for DeviceInstance
source§fn eq(&self, other: &DeviceInstance) -> bool
fn eq(&self, other: &DeviceInstance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.