Class: Aws::Types::EC2CreateRouteAction
- Inherits:
-
Object
- Object
- Aws::Types::EC2CreateRouteAction
- 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.
-
#gateway_id ⇒ Types::ActionTarget
Returns the value of attribute gateway_id.
-
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
-
#vpc_endpoint_id ⇒ Types::ActionTarget
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
238 239 240 |
# File 'sig/types.rbs', line 238 def description @description end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
239 240 241 |
# File 'sig/types.rbs', line 239 def destination_cidr_block @destination_cidr_block end |
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
241 242 243 |
# File 'sig/types.rbs', line 241 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.
240 241 242 |
# File 'sig/types.rbs', line 240 def destination_prefix_list_id @destination_prefix_list_id end |
#gateway_id ⇒ Types::ActionTarget
Returns the value of attribute gateway_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def gateway_id @gateway_id end |
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def route_table_id @route_table_id end |
#vpc_endpoint_id ⇒ Types::ActionTarget
Returns the value of attribute vpc_endpoint_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def vpc_endpoint_id @vpc_endpoint_id end |