Class: Aws::DeviceFarm::Types::UpdateTestGridProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateTestGridProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Human-readable description for the project.
-
#name ⇒ String
Human-readable name for the project.
-
#project_arn ⇒ String
ARN of the project to update.
-
#vpc_config ⇒ Types::TestGridVpcConfig
The VPC security groups and subnets that are attached to a project.
Instance Attribute Details
#description ⇒ String
Human-readable description for the project.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6221 class UpdateTestGridProjectRequest < Struct.new( :project_arn, :name, :description, :vpc_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Human-readable name for the project.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6221 class UpdateTestGridProjectRequest < Struct.new( :project_arn, :name, :description, :vpc_config) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
ARN of the project to update.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6221 class UpdateTestGridProjectRequest < Struct.new( :project_arn, :name, :description, :vpc_config) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::TestGridVpcConfig
The VPC security groups and subnets that are attached to a project.
6221 6222 6223 6224 6225 6226 6227 6228 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6221 class UpdateTestGridProjectRequest < Struct.new( :project_arn, :name, :description, :vpc_config) SENSITIVE = [] include Aws::Structure end |