CreateDefaultVpcResult

public struct CreateDefaultVpcResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • vpc

    Information about the VPC.

    Declaration

    Swift

    public let vpc: Vpc?
  • Undocumented

    Declaration

    Swift

    public init(vpc: Vpc? = nil)