DeleteRouteRequest

public struct DeleteRouteRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

    Declaration

    Swift

    public let destinationCidrBlock: String?
  • The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

    Declaration

    Swift

    public let destinationIpv6CidrBlock: String?
  • The ID of the prefix list for the route.

    Declaration

    Swift

    public let destinationPrefixListId: String?
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The ID of the route table.

    Declaration

    Swift

    public let routeTableId: String
  • Undocumented

    Declaration

    Swift

    public init(destinationCidrBlock: String? = nil, destinationIpv6CidrBlock: String? = nil, destinationPrefixListId: String? = nil, dryRun: Bool? = nil, routeTableId: String)