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.

Returns:

  • (String)


6180
6181
6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-devicefarm/types.rb', line 6180

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)


6180
6181
6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-devicefarm/types.rb', line 6180

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)


6180
6181
6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-devicefarm/types.rb', line 6180

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:



6180
6181
6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-devicefarm/types.rb', line 6180

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