Method: Aws::DeviceFarm::Types::UpdateProjectRequest#vpc_config
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#vpc_config ⇒ Types::VpcConfig
The VPC security groups and subnets that are attached to a project.
6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6237 class UpdateProjectRequest < Struct.new( :arn, :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |