class Aws::DeviceFarm::Types::TestGridVpcConfig
The VPC security groups and subnets that are attached to a project.
@note When making an API call, you may pass TestGridVpcConfig
data as a hash: { security_group_ids: ["NonEmptyString"], # required subnet_ids: ["NonEmptyString"], # required vpc_id: "NonEmptyString", # required }
@!attribute [rw] security_group_ids
A list of VPC security group IDs in your Amazon VPC. @return [Array<String>]
@!attribute [rw] subnet_ids
A list of VPC subnet IDs in your Amazon VPC. @return [Array<String>]
@!attribute [rw] vpc_id
The ID of the Amazon VPC. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/TestGridVpcConfig AWS API Documentation
Constants
- SENSITIVE