Class: Aws::DeviceFarm::Types::UpdateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents a request to the update project operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the project whose name to update.
-
#default_job_timeout_minutes ⇒ Integer
The number of minutes a test run in the project executes before it times out.
-
#environment_variables ⇒ Array<Types::EnvironmentVariable>
A set of environment variables which are used by default for all runs in the project.
-
#execution_role_arn ⇒ String
An IAM role to be assumed by the test host for all runs in the project.
-
#name ⇒ String
A string that represents the new name of the project that you are updating.
-
#vpc_config ⇒ Types::VpcConfig
The VPC security groups and subnets that are attached to a project.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the project whose name to update.
6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6237 class UpdateProjectRequest < Struct.new( :arn, :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#default_job_timeout_minutes ⇒ Integer
The number of minutes a test run in the project executes before it times out.
6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6237 class UpdateProjectRequest < Struct.new( :arn, :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#environment_variables ⇒ Array<Types::EnvironmentVariable>
A set of environment variables which are used by default for all runs in the project. These environment variables are applied to the test run during the execution of a test spec file.
For more information about using test spec files, please see [Custom test environments ][1] in *AWS Device Farm.*
[1]: docs.aws.amazon.com/devicefarm/latest/developerguide/custom-test-environments.html
6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6237 class UpdateProjectRequest < Struct.new( :arn, :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
An IAM role to be assumed by the test host for all runs in the project.
6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6237 class UpdateProjectRequest < Struct.new( :arn, :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string that represents the new name of the project that you are updating.
6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6237 class UpdateProjectRequest < Struct.new( :arn, :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::VpcConfig
The VPC security groups and subnets that are attached to a project.
6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6237 class UpdateProjectRequest < Struct.new( :arn, :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |