Class: Aws::Types::CreateLocalGatewayRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocalGatewayRouteRequest
- 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.
-
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
2843 2844 2845 |
# File 'sig/types.rbs', line 2843 def destination_cidr_block @destination_cidr_block end |
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def destination_prefix_list_id @destination_prefix_list_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2846 2847 2848 |
# File 'sig/types.rbs', line 2846 def dry_run @dry_run end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
2844 2845 2846 |
# File 'sig/types.rbs', line 2844 def local_gateway_route_table_id @local_gateway_route_table_id end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def network_interface_id @network_interface_id end |