Class: Aws::DeviceFarm::Types::ScheduleRunConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ScheduleRunConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auxiliary_apps ⇒ Array<String>
A list of upload ARNs for app packages to be installed with your app.
-
#billing_method ⇒ String
Specifies the billing method for a test run: ‘metered` or `unmetered`.
-
#customer_artifact_paths ⇒ Types::CustomerArtifactPaths
Input ‘CustomerArtifactPaths` object for the scheduled run configuration.
-
#extra_data_package_arn ⇒ String
The ARN of the extra data for the run.
-
#locale ⇒ String
Information about the locale that is used for the run.
-
#location ⇒ Types::Location
Information about the location that is used for the run.
-
#network_profile_arn ⇒ String
Reserved for internal use.
-
#radios ⇒ Types::Radios
Information about the radio states for the run.
-
#vpce_configuration_arns ⇒ Array<String>
An array of ARNs for your VPC endpoint configurations.
Instance Attribute Details
#auxiliary_apps ⇒ Array<String>
A list of upload ARNs for app packages to be installed with your app.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#billing_method ⇒ String
Specifies the billing method for a test run: ‘metered` or `unmetered`. If the parameter is not specified, the default value is `metered`.
<note markdown=“1”> If you have purchased unmetered device slots, you must set this parameter to ‘unmetered` to make use of them. Otherwise, your run counts against your metered time.
</note>
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#customer_artifact_paths ⇒ Types::CustomerArtifactPaths
Input ‘CustomerArtifactPaths` object for the scheduled run configuration.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#extra_data_package_arn ⇒ String
The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to external data for Android or the app’s sandbox for iOS.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
Information about the locale that is used for the run.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::Location
Information about the location that is used for the run.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#network_profile_arn ⇒ String
Reserved for internal use.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#radios ⇒ Types::Radios
Information about the radio states for the run.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |
#vpce_configuration_arns ⇒ Array<String>
An array of ARNs for your VPC endpoint configurations.
4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4998 class ScheduleRunConfiguration < Struct.new( :extra_data_package_arn, :network_profile_arn, :locale, :location, :vpce_configuration_arns, :customer_artifact_paths, :radios, :auxiliary_apps, :billing_method) SENSITIVE = [] include Aws::Structure end |