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)


4121
4122
4123
4124
4125
4126
4127
4128
4129
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4121

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)


4121
4122
4123
4124
4125
4126
4127
4128
4129
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4121

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)


4121
4122
4123
4124
4125
4126
4127
4128
4129
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4121

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)


4121
4122
4123
4124
4125
4126
4127
4128
4129
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4121

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:



4121
4122
4123
4124
4125
4126
4127
4128
4129
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4121

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