class Aws::DeviceFarm::Types::UpdateTestGridProjectRequest
@note When making an API call, you may pass UpdateTestGridProjectRequest
data as a hash: { project_arn: "DeviceFarmArn", # required name: "ResourceName", description: "ResourceDescription", vpc_config: { security_group_ids: ["NonEmptyString"], # required subnet_ids: ["NonEmptyString"], # required vpc_id: "NonEmptyString", # required }, }
@!attribute [rw] project_arn
ARN of the project to update. @return [String]
@!attribute [rw] name
Human-readable name for the project. @return [String]
@!attribute [rw] description
Human-readable description for the project. @return [String]
@!attribute [rw] vpc_config
The VPC security groups and subnets that are attached to a project. @return [Types::TestGridVpcConfig]
@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateTestGridProjectRequest AWS API Documentation
Constants
- SENSITIVE