Method: Aws::DeviceFarm::Types::RemoteAccessSession#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.
4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4419 class RemoteAccessSession < Struct.new( :arn, :name, :created, :status, :result, :message, :started, :stopped, :device, :instance_arn, :billing_method, :device_minutes, :endpoint, :device_udid, :interaction_mode, :skip_app_resign, :vpc_config, :device_proxy, :app_upload, :endpoints) SENSITIVE = [] include Aws::Structure end |