You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::RouteFilterPrefix

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RouteFilterPrefix as input to an Aws::Client method, you can use a vanilla Hash:

{
  cidr: "CIDR",
}

Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.

Returns:

  • (String)

    The CIDR block for the advertised route.