GetInstanceProfileResult

data class GetInstanceProfileResult(val arn: String? = null, val description: String? = null, val excludeAppPackagesFromCleanup: List<String>? = null, val name: String? = null, val packageCleanup: Boolean? = null, val rebootAfterUse: Boolean? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, excludeAppPackagesFromCleanup: List<String>? = null, name: String? = null, packageCleanup: Boolean? = null, rebootAfterUse: Boolean? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the instance profile. See Amazon resource names in the General Reference guide .

Link copied to clipboard
val description: String? = null

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. The list of packages is considered only if you set packageCleanup to true .

Link copied to clipboard
val name: String? = null

The name of the instance profile.

Link copied to clipboard
val packageCleanup: Boolean? = null

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
val rebootAfterUse: Boolean? = null

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

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .