LocalGatewayRouteTable

public struct LocalGatewayRouteTable : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the local gateway.

    Declaration

    Swift

    public let localGatewayId: String?
  • The ID of the local gateway route table.

    Declaration

    Swift

    public let localGatewayRouteTableId: String?
  • The Amazon Resource Name (ARN) of the Outpost.

    Declaration

    Swift

    public let outpostArn: String?
  • The state of the local gateway route table.

    Declaration

    Swift

    public let state: String?
  • The tags assigned to the local gateway route table.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(localGatewayId: String? = nil, localGatewayRouteTableId: String? = nil, outpostArn: String? = nil, state: String? = nil, tags: [Tag]? = nil)