Class: Aws::DeviceFarm::Types::UpdateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateProjectRequest
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the project whose name to update.
-
#default_job_timeout_minutes ⇒ Integer
The number of minutes a test run in the project executes before it times out.
-
#name ⇒ String
A string that represents the new name of the project that you are updating.
-
#vpc_config ⇒ Types::VpcConfig
The VPC security groups and subnets that are attached to a project.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the project whose name to update.
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_minutes ⇒ Integer
The number of minutes a test run in the project executes before it times out.
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 |
#name ⇒ String
A string that represents the new name of the project that you are updating.
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_config ⇒ Types::VpcConfig
The VPC security groups and subnets that are attached to a project.
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 |