Get Nat Gateway Result
data class GetNatGatewayResult(val allocationId: String, val associationId: String, val connectivityType: String, val filters: List<GetNatGatewayFilter>? = null, val id: String, val networkInterfaceId: String, val privateIp: String, val publicIp: String, val secondaryAllocationIds: List<String>, val secondaryPrivateIpAddressCount: Int, val secondaryPrivateIpAddresses: List<String>, val state: String, val subnetId: String, val tags: Map<String, String>, val vpcId: String)
A collection of values returned by getNatGateway.
Constructors
Link copied to clipboard
fun GetNatGatewayResult(allocationId: String, associationId: String, connectivityType: String, filters: List<GetNatGatewayFilter>? = null, id: String, networkInterfaceId: String, privateIp: String, publicIp: String, secondaryAllocationIds: List<String>, secondaryPrivateIpAddressCount: Int, secondaryPrivateIpAddresses: List<String>, state: String, subnetId: String, tags: Map<String, String>, vpcId: String)