Class: Aws::Types::RoutingInformationNextHop
- Inherits:
-
Object
- Object
- Aws::Types::RoutingInformationNextHop
- 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.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#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.
Instance Attribute Details
#core_network_attachment_id ⇒ ::String
Returns the value of attribute core_network_attachment_id.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def @core_network_attachment_id end |
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def edge_location @edge_location end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def ip_address @ip_address end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def resource_type @resource_type end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def segment_name @segment_name end |