Class: Aws::NetworkManager::Types::CoreNetworkSegmentEdgeIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkSegmentEdgeIdentifier
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Returns details about a core network edge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_id ⇒ String
The ID of a core network.
-
#edge_location ⇒ String
The Region where the segment edge is located.
-
#segment_name ⇒ String
The name of the segment edge.
Instance Attribute Details
#core_network_id ⇒ String
The ID of a core network.
1271 1272 1273 1274 1275 1276 1277 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1271 class CoreNetworkSegmentEdgeIdentifier < Struct.new( :core_network_id, :segment_name, :edge_location) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The Region where the segment edge is located.
1271 1272 1273 1274 1275 1276 1277 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1271 class CoreNetworkSegmentEdgeIdentifier < Struct.new( :core_network_id, :segment_name, :edge_location) SENSITIVE = [] include Aws::Structure end |
#segment_name ⇒ String
The name of the segment edge.
1271 1272 1273 1274 1275 1276 1277 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1271 class CoreNetworkSegmentEdgeIdentifier < Struct.new( :core_network_id, :segment_name, :edge_location) SENSITIVE = [] include Aws::Structure end |