Class: Aws::DeviceFarm::Types::TestGridVpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridVpcConfig
- 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
-
#security_group_ids ⇒ Array<String>
A list of VPC security group IDs in your Amazon VPC.
-
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs in your Amazon VPC.
-
#vpc_id ⇒ String
The ID of the Amazon VPC.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
A list of VPC security group IDs in your Amazon VPC.
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_ids ⇒ Array<String>
A list of VPC subnet IDs in your Amazon VPC.
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_id ⇒ String
The ID of the Amazon VPC.
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 |