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.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def address_family @address_family end |
#as_path ⇒ ::Array[Types::AsPathSegment]
Returns the value of attribute as_path.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def as_path @as_path end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def aws_logical_device_id @aws_logical_device_id end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def cidr @cidr end |
#communities ⇒ ::Array[::String]
Returns the value of attribute communities.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def communities @communities end |
#route_direction ⇒ "accepted", "advertised"
Returns the value of attribute route_direction.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def route_direction @route_direction end |
#route_installed_at ⇒ ::Time
Returns the value of attribute route_installed_at.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def route_installed_at @route_installed_at end |