GetGatewayRouteTableAssociationResult

data class GetGatewayRouteTableAssociationResult(val associationId: String? = null, val routeTableId: String? = null)

Constructors

Link copied to clipboard
constructor(associationId: String? = null, routeTableId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val associationId: String? = null

The route table association ID.

Link copied to clipboard
val routeTableId: String? = null

The ID of the route table.