Class: Aws::Types::Route
- Inherits:
-
Object
- Object
- Aws::Types::Route
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#as_path ⇒ ::Array[Types::AsPathSegment]
Returns the value of attribute as_path.
-
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#communities ⇒ ::Array[::String]
Returns the value of attribute communities.
-
#route_direction ⇒ "accepted", "advertised"
Returns the value of attribute route_direction.
-
#route_installed_at ⇒ ::Time
Returns the value of attribute route_installed_at.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
899 900 901 |
# File 'sig/types.rbs', line 899 def address_family @address_family end |
#as_path ⇒ ::Array[Types::AsPathSegment]
Returns the value of attribute as_path.
900 901 902 |
# File 'sig/types.rbs', line 900 def as_path @as_path end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
902 903 904 |
# File 'sig/types.rbs', line 902 def aws_logical_device_id @aws_logical_device_id end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
897 898 899 |
# File 'sig/types.rbs', line 897 def cidr @cidr end |
#communities ⇒ ::Array[::String]
Returns the value of attribute communities.
901 902 903 |
# File 'sig/types.rbs', line 901 def communities @communities end |
#route_direction ⇒ "accepted", "advertised"
Returns the value of attribute route_direction.
898 899 900 |
# File 'sig/types.rbs', line 898 def route_direction @route_direction end |
#route_installed_at ⇒ ::Time
Returns the value of attribute route_installed_at.
903 904 905 |
# File 'sig/types.rbs', line 903 def route_installed_at @route_installed_at end |