interface ListVPCsResponse {
    totalCount: number;
    vpcs: VPC[];
}

Properties

Properties

totalCount: number
vpcs: VPC[]