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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents the instance profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2364

class InstanceProfile < Struct.new(
  :arn,
  :package_cleanup,
  :exclude_app_packages_from_cleanup,
  :reboot_after_use,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the instance profile.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2364

class InstanceProfile < Struct.new(
  :arn,
  :package_cleanup,
  :exclude_app_packages_from_cleanup,
  :reboot_after_use,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2364

class InstanceProfile < Struct.new(
  :arn,
  :package_cleanup,
  :exclude_app_packages_from_cleanup,
  :reboot_after_use,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the instance profile.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2364

class InstanceProfile < Struct.new(
  :arn,
  :package_cleanup,
  :exclude_app_packages_from_cleanup,
  :reboot_after_use,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2364

class InstanceProfile < Struct.new(
  :arn,
  :package_cleanup,
  :exclude_app_packages_from_cleanup,
  :reboot_after_use,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#reboot_after_useBoolean

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

Returns:

  • (Boolean)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2364

class InstanceProfile < Struct.new(
  :arn,
  :package_cleanup,
  :exclude_app_packages_from_cleanup,
  :reboot_after_use,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end