InstanceProfile

Represents the instance profile.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The description of the instance profile.

Link copied to clipboard

An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes.

Link copied to clipboard
val name: String?

The name of the instance profile.

Link copied to clipboard

When set to true, Device Farm removes app packages after a test run. The default value is false for private devices.

Link copied to clipboard

When set to true, Device Farm reboots the instance after a test run. The default value is true.

Functions

Link copied to clipboard
inline fun copy(block: InstanceProfile.Builder.() -> Unit = {}): InstanceProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String