Class: Aws::DeviceFarm::Types::TestGridVpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridVpcConfig
- Defined in:
- gems/aws-sdk-devicefarm/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.
5852 5853 5854 5855 5856 5857 5858 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5852 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.
5852 5853 5854 5855 5856 5857 5858 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5852 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.
5852 5853 5854 5855 5856 5857 5858 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5852 class TestGridVpcConfig < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |