This object contains the VPC objects that were created as part of the launch VPC with public and private subnets operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class LaunchVPCWithPublicAndPrivateSubnetsResponse : LaunchVPCWithPublicSubnetResponse
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | LaunchVPCWithPublicAndPrivateSubnetsResponse()()()() | Initializes a new instance of the LaunchVPCWithPublicAndPrivateSubnetsResponse class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InternetGateway | 
            The internet gateway that was created and associated with the public subnet.
            (Inherited from LaunchVPCWithPublicSubnetResponse.) | 
|  | NATInstance | 
            The NAT EC2 instance created.
             | 
|  | NATSecurityGroup | 
            The NAT security group created if the ConfigureDefaultVPCGroupForNAT property is set to true.
             | 
|  | PrivateSubnet | 
            The private subnet created.
             | 
|  | PublicSubnet | 
            The public subnet created.
            (Inherited from LaunchVPCWithPublicSubnetResponse.) | 
|  | PublicSubnetRouteTable | (Inherited from LaunchVPCWithPublicSubnetResponse.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VPC | 
            The VPC created.
            (Inherited from LaunchVPCWithPublicSubnetResponse.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | LaunchVPCWithPublicSubnetResponse | |
|  | LaunchVPCWithPublicAndPrivateSubnetsResponse | |