Struct aws_sdk_devicefarm::model::DeviceInstance [−][src]
#[non_exhaustive]pub struct DeviceInstance {
pub arn: Option<String>,
pub device_arn: Option<String>,
pub labels: Option<Vec<String>>,
pub status: Option<InstanceStatus>,
pub udid: Option<String>,
pub instance_profile: Option<InstanceProfile>,
}Expand description
Represents the device instance.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The Amazon Resource Name (ARN) of the device instance.
device_arn: Option<String>The ARN of the device.
labels: Option<Vec<String>>An array of strings that describe the device instance.
status: Option<InstanceStatus>The status of the device instance. Valid values are listed here.
udid: Option<String>Unique device identifier for the device instance.
instance_profile: Option<InstanceProfile>A object that contains information about the instance profile.
Implementations
The ARN of the device.
An array of strings that describe the device instance.
The status of the device instance. Valid values are listed here.
A object that contains information about the instance profile.
Creates a new builder-style object to manufacture DeviceInstance
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more