GetLocalGatewayRouteTableVpcAssociationResult

data class GetLocalGatewayRouteTableVpcAssociationResult(val localGatewayId: String? = null, val localGatewayRouteTableVpcAssociationId: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

constructor(localGatewayId: String? = null, localGatewayRouteTableVpcAssociationId: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val localGatewayId: String? = null

The ID of the local gateway.

Link copied to clipboard

The ID of the association.

Link copied to clipboard
val state: String? = null

The state of the association.

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the association.