Class: Aws::DeviceFarm::Types::VpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::VpcConfig
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Contains the VPC configuration data necessary to interface with AWS Device Farm's services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
An array of one or more security groups IDs in your Amazon VPC.
-
#subnet_ids ⇒ Array<String>
An array of one or more subnet IDs in your Amazon VPC.
-
#vpc_id ⇒ String
The ID of the Amazon VPC.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
An array of one or more security groups IDs in your Amazon VPC.
6528 6529 6530 6531 6532 6533 6534 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6528 class VpcConfig < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
An array of one or more subnet IDs in your Amazon VPC.
6528 6529 6530 6531 6532 6533 6534 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6528 class VpcConfig < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |