class Aws::DeviceFarm::Types::InstanceProfile

Represents the instance profile.

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the instance profile.
@return [String]

@!attribute [rw] package_cleanup

When set to `true`, Device Farm removes app packages after a test
run. The default value is `false` for private devices.
@return [Boolean]

@!attribute [rw] exclude_app_packages_from_cleanup

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`.
@return [Array<String>]

@!attribute [rw] reboot_after_use

When set to `true`, Device Farm reboots the instance after a test
run. The default value is `true`.
@return [Boolean]

@!attribute [rw] name

The name of the instance profile.
@return [String]

@!attribute [rw] description

The description of the instance profile.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/InstanceProfile AWS API Documentation

Constants

SENSITIVE