GetLocalGatewayRouteTableResult

data class GetLocalGatewayRouteTableResult(val localGatewayRouteTableArn: String? = null, val localGatewayRouteTableId: String? = null, val outpostArn: String? = null, val ownerId: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(localGatewayRouteTableArn: String? = null, localGatewayRouteTableId: String? = null, outpostArn: String? = null, ownerId: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the local gateway route table.

Link copied to clipboard

The ID of the local gateway route table.

Link copied to clipboard
val outpostArn: String? = null

The ARN of the outpost.

Link copied to clipboard
val ownerId: String? = null

The owner of the local gateway route table.

Link copied to clipboard
val state: String? = null

The state of the local gateway route table.

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

The tags for the local gateway route table.