InstanceProfile class

Represents the instance profile.

Constructors

InstanceProfile({String? arn, String? description, List<String>? excludeAppPackagesFromCleanup, String? name, bool? packageCleanup, bool? rebootAfterUse})
InstanceProfile.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the instance profile.
final
description String?
The description of the instance profile.
final
excludeAppPackagesFromCleanup List<String>?
An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the instance profile.
final
packageCleanup bool?
When set to true, Device Farm removes app packages after a test run. The default value is false for private devices.
final
rebootAfterUse bool?
When set to true, Device Farm reboots the instance after a test run. The default value is true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited