Class: Aws::DeviceFarm::Types::TestGridVpcConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

The VPC security groups and subnets that are attached to a project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

A list of VPC security group IDs in your Amazon VPC.

Returns:

  • (Array<String>)


5811
5812
5813
5814
5815
5816
5817
# File 'lib/aws-sdk-devicefarm/types.rb', line 5811

class TestGridVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of VPC subnet IDs in your Amazon VPC.

Returns:

  • (Array<String>)


5811
5812
5813
5814
5815
5816
5817
# File 'lib/aws-sdk-devicefarm/types.rb', line 5811

class TestGridVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the Amazon VPC.

Returns:

  • (String)


5811
5812
5813
5814
5815
5816
5817
# File 'lib/aws-sdk-devicefarm/types.rb', line 5811

class TestGridVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end