Class: Aws::NetworkManager::Types::CoreNetworkSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkSegment
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a core network segment, which are dedicated routes. Only attachments within this segment can communicate with each other.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_locations ⇒ Array<String>
The Regions where the edges are located.
-
#name ⇒ String
The name of a core network segment.
-
#shared_segments ⇒ Array<String>
The shared segments of a core network.
Instance Attribute Details
#edge_locations ⇒ Array<String>
The Regions where the edges are located.
1247 1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1247 class CoreNetworkSegment < Struct.new( :name, :edge_locations, :shared_segments) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a core network segment.
1247 1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1247 class CoreNetworkSegment < Struct.new( :name, :edge_locations, :shared_segments) SENSITIVE = [] include Aws::Structure end |
#shared_segments ⇒ Array<String>
The shared segments of a core network.
1247 1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1247 class CoreNetworkSegment < Struct.new( :name, :edge_locations, :shared_segments) SENSITIVE = [] include Aws::Structure end |