Class: Aws::DeviceFarm::Types::Project

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents an operating-system neutral workspace for running and managing tests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The project's ARN.

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4172

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

#createdTime

When the project was created.

Returns:

  • (Time)


4172
4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4172

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

#default_job_timeout_minutesInteger

The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.

Returns:

  • (Integer)


4172
4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4172

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

#nameString

The project's name.

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4172

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

#vpc_configTypes::VpcConfig

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

Returns:



4172
4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4172

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