Class: Aws::Types::EC2DeleteRouteAction
- Inherits:
-
Object
- Object
- Aws::Types::EC2DeleteRouteAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
-
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
-
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
255 256 257 |
# File 'sig/types.rbs', line 255 def description @description end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
256 257 258 |
# File 'sig/types.rbs', line 256 def destination_cidr_block @destination_cidr_block end |
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
258 259 260 |
# File 'sig/types.rbs', line 258 def destination_ipv_6_cidr_block @destination_ipv_6_cidr_block end |
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
257 258 259 |
# File 'sig/types.rbs', line 257 def destination_prefix_list_id @destination_prefix_list_id end |
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
259 260 261 |
# File 'sig/types.rbs', line 259 def route_table_id @route_table_id end |