GetInternetGatewayResult

data class GetInternetGatewayResult(val internetGatewayId: String? = null, val tags: List<InternetGatewayTag>? = null)

Constructors

Link copied to clipboard
fun GetInternetGatewayResult(internetGatewayId: String? = null, tags: List<InternetGatewayTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of internet gateway.

Link copied to clipboard

Any tags to assign to the internet gateway.