Struct aws_sdk_devicefarm::model::DeviceInstance
source · [−]#[non_exhaustive]pub struct DeviceInstance { /* private fields */ }Expand description
Represents the device instance.
Implementations
sourceimpl 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.
sourceimpl DeviceInstance
impl DeviceInstance
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceInstance.
Trait Implementations
sourceimpl Clone for DeviceInstance
impl Clone for DeviceInstance
sourcefn clone(&self) -> DeviceInstance
fn clone(&self) -> DeviceInstance
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeviceInstance
impl Debug for DeviceInstance
sourceimpl PartialEq<DeviceInstance> for DeviceInstance
impl PartialEq<DeviceInstance> for DeviceInstance
sourcefn eq(&self, other: &DeviceInstance) -> bool
fn eq(&self, other: &DeviceInstance) -> bool
impl StructuralPartialEq for DeviceInstance
Auto Trait Implementations
impl RefUnwindSafe for DeviceInstance
impl Send for DeviceInstance
impl Sync for DeviceInstance
impl Unpin for DeviceInstance
impl UnwindSafe for DeviceInstance
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more