VpcConfigResponse
public struct VpcConfigResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of VPC security groups IDs.
Declaration
Swift
public let securityGroupIds: [String]? -
A list of VPC subnet IDs.
Declaration
Swift
public let subnetIds: [String]? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(securityGroupIds: [String]? = nil, subnetIds: [String]? = nil, vpcId: String? = nil)
View on GitHub
VpcConfigResponse Structure Reference