You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::DeviceInstance

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the device instance.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the device instance.

#device_arnString

The ARN of the device.

Returns:

  • (String)

    The ARN of the device.

#instance_profileTypes::InstanceProfile

A object that contains information about the instance profile.

Returns:

#labelsArray<String>

An array of strings that describe the device instance.

Returns:

  • (Array<String>)

    An array of strings that describe the device instance.

#statusString

The status of the device instance. Valid values are listed here.

Possible values:

  • IN_USE
  • PREPARING
  • AVAILABLE
  • NOT_AVAILABLE

Returns:

  • (String)

    The status of the device instance.

#udidString

Unique device identifier for the device instance.

Returns:

  • (String)

    Unique device identifier for the device instance.