Method: Aws::DeviceFarm::Types::CreateProjectRequest#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.
487 488 489 490 491 492 493 494 495 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 487 class CreateProjectRequest < Struct.new( :name, :default_job_timeout_minutes, :vpc_config, :environment_variables, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |