Class: Aws::Types::ExpectedRoute
- Inherits:
-
Object
- Object
- Aws::Types::ExpectedRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_targets ⇒ ::Array[::String]
Returns the value of attribute allowed_targets.
-
#contributing_subnets ⇒ ::Array[::String]
Returns the value of attribute contributing_subnets.
-
#ip_v4_cidr ⇒ ::String
Returns the value of attribute ip_v4_cidr.
-
#ip_v6_cidr ⇒ ::String
Returns the value of attribute ip_v6_cidr.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
Instance Attribute Details
#allowed_targets ⇒ ::Array[::String]
Returns the value of attribute allowed_targets.
309 310 311 |
# File 'sig/types.rbs', line 309 def allowed_targets @allowed_targets end |
#contributing_subnets ⇒ ::Array[::String]
Returns the value of attribute contributing_subnets.
308 309 310 |
# File 'sig/types.rbs', line 308 def contributing_subnets @contributing_subnets end |
#ip_v4_cidr ⇒ ::String
Returns the value of attribute ip_v4_cidr.
305 306 307 |
# File 'sig/types.rbs', line 305 def ip_v4_cidr @ip_v4_cidr end |
#ip_v6_cidr ⇒ ::String
Returns the value of attribute ip_v6_cidr.
307 308 309 |
# File 'sig/types.rbs', line 307 def ip_v6_cidr @ip_v6_cidr end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
306 307 308 |
# File 'sig/types.rbs', line 306 def prefix_list_id @prefix_list_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def route_table_id @route_table_id end |