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)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2394

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)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2394

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


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2394

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)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2394

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)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2394

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)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2394

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