Class: Aws::DeviceFarm::Types::Project
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::Project
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The project’s ARN.
-
#created ⇒ Time
When the project was created.
-
#default_job_timeout_minutes ⇒ Integer
The default number of minutes (at the project level) a test run executes before it times out.
-
#environment_variables ⇒ Array<Types::EnvironmentVariable>
Environment variables associated with the project.
-
#execution_role_arn ⇒ String
The IAM execution role associated with the project.
-
#name ⇒ String
The project’s name.
-
#vpc_config ⇒ Types::VpcConfig
The VPC security groups and subnets that are attached to a project.
Instance Attribute Details
#arn ⇒ String
The project’s ARN.
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4149 class Project < Struct.new( :arn, :name, :default_job_timeout_minutes, :created, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
When the project was created.
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4149 class Project < Struct.new( :arn, :name, :default_job_timeout_minutes, :created, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#default_job_timeout_minutes ⇒ Integer
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4149 class Project < Struct.new( :arn, :name, :default_job_timeout_minutes, :created, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#environment_variables ⇒ Array<Types::EnvironmentVariable>
Environment variables associated with the project.
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4149 class Project < Struct.new( :arn, :name, :default_job_timeout_minutes, :created, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The IAM execution role associated with the project.
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4149 class Project < Struct.new( :arn, :name, :default_job_timeout_minutes, :created, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The project’s name.
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4149 class Project < Struct.new( :arn, :name, :default_job_timeout_minutes, :created, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::VpcConfig
The VPC security groups and subnets that are attached to a project.
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4149 class Project < Struct.new( :arn, :name, :default_job_timeout_minutes, :created, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |