Class: Aws::Types::NetworkRouteDestination
- Inherits:
-
Object
- Object
- Aws::Types::NetworkRouteDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_network_attachment_id ⇒ ::String
Returns the value of attribute core_network_attachment_id.
-
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
-
#network_function_group_name ⇒ ::String
Returns the value of attribute network_function_group_name.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#core_network_attachment_id ⇒ ::String
Returns the value of attribute core_network_attachment_id.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def @core_network_attachment_id end |
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def edge_location @edge_location end |
#network_function_group_name ⇒ ::String
Returns the value of attribute network_function_group_name.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def network_function_group_name @network_function_group_name end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def resource_type @resource_type end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def segment_name @segment_name end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def @transit_gateway_attachment_id end |