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.
5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5858 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.
5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5858 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.
5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5858 class TestGridVpcConfig < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |