Get Gateways Plain Args
data class GetGatewaysPlainArgs(val businessStatus: String? = null, val enableIpsec: Boolean? = null, val ids: List<String>? = null, val includeReservationData: Boolean? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val vpcId: String? = null) : ConvertibleToJava<GetGatewaysPlainArgs>
A collection of arguments for invoking getGateways.