Class: Aws::Types::CreateRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
-
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
-
#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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#egress_only_internet_gateway_id ⇒ ::String
Returns the value of attribute egress_only_internet_gateway_id.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def carrier_gateway_id @carrier_gateway_id end |
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def core_network_arn @core_network_arn end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def destination_cidr_block @destination_cidr_block end |
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 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.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def destination_prefix_list_id @destination_prefix_list_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def dry_run @dry_run end |
#egress_only_internet_gateway_id ⇒ ::String
Returns the value of attribute egress_only_internet_gateway_id.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def egress_only_internet_gateway_id @egress_only_internet_gateway_id end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def gateway_id @gateway_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def instance_id @instance_id end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def local_gateway_id @local_gateway_id end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def nat_gateway_id @nat_gateway_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def network_interface_id @network_interface_id end |
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def odb_network_arn @odb_network_arn end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def route_table_id @route_table_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3117 3118 3119 |
# File 'sig/types.rbs', line 3117 def transit_gateway_id @transit_gateway_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def vpc_peering_connection_id @vpc_peering_connection_id end |