Class: Aws::DeviceFarm::Types::UpdateProjectRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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_minutesInteger

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_variablesArray<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_arnString

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

#nameString

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_configTypes::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