Get Nat Gateway Plain Args
data class GetNatGatewayPlainArgs(val filters: List<GetNatGatewayFilter>? = null, val id: String? = null, val state: String? = null, val subnetId: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetNatGatewayPlainArgs>
A collection of arguments for invoking getNatGateway.