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

Class: Aws::DeviceFarm::Types::InstanceProfile

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#descriptionString

The description of the instance profile.

Returns:

  • (String)

    The description of the instance profile.

#exclude_app_packages_from_cleanupArray<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.

The list of packages is considered only if you set packageCleanup to true.

Returns:

  • (Array<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.

#nameString

The name of the instance profile.

Returns:

  • (String)

    The name of the instance profile.

#package_cleanupBoolean

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

Returns:

  • (Boolean)

    When set to true, Device Farm removes app packages after a test run.

#reboot_after_useBoolean

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

Returns:

  • (Boolean)

    When set to true, Device Farm reboots the instance after a test run.