class Aws::DeviceFarm::Types::CreateInstanceProfileRequest

@note When making an API call, you may pass CreateInstanceProfileRequest

data as a hash:

    {
      name: "Name", # required
      description: "Message",
      package_cleanup: false,
      exclude_app_packages_from_cleanup: ["String"],
      reboot_after_use: false,
    }

@!attribute [rw] name

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

@!attribute [rw] description

The description of your 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 that specifies the list of app packages that
should not be cleaned up from the device after a test run.

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]

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

Constants

SENSITIVE