Class: Aws::Types::NetworkRoute
- Inherits:
-
Object
- Object
- Aws::Types::NetworkRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#destinations ⇒ ::Array[Types::NetworkRouteDestination]
Returns the value of attribute destinations.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#state ⇒ "ACTIVE", "BLACKHOLE"
Returns the value of attribute state.
-
#type ⇒ "PROPAGATED", "STATIC"
Returns the value of attribute type.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def destination_cidr_block @destination_cidr_block end |
#destinations ⇒ ::Array[Types::NetworkRouteDestination]
Returns the value of attribute destinations.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def destinations @destinations end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def prefix_list_id @prefix_list_id end |
#state ⇒ "ACTIVE", "BLACKHOLE"
Returns the value of attribute state.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def state @state end |
#type ⇒ "PROPAGATED", "STATIC"
Returns the value of attribute type.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def type @type end |