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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6308

class UpdateProjectRequest < Struct.new(
  :arn,
  :name,
  :default_job_timeout_minutes,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#default_job_timeout_minutesInteger

The number of minutes a test run in the project executes before it times out.

Returns:

  • (Integer)


6308
6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6308

class UpdateProjectRequest < Struct.new(
  :arn,
  :name,
  :default_job_timeout_minutes,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A string that represents the new name of the project that you are updating.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6308

class UpdateProjectRequest < Struct.new(
  :arn,
  :name,
  :default_job_timeout_minutes,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

The VPC security groups and subnets that are attached to a project.

Returns:



6308
6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6308

class UpdateProjectRequest < Struct.new(
  :arn,
  :name,
  :default_job_timeout_minutes,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end