Class: Aws::NetworkManager::Types::CoreNetworkNetworkFunctionGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkNetworkFunctionGroup
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a network function group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_locations ⇒ Array<String>
The core network edge locations.
-
#name ⇒ String
The name of the network function group.
-
#segments ⇒ Types::ServiceInsertionSegments
The segments associated with the network function group.
Instance Attribute Details
#edge_locations ⇒ Array<String>
The core network edge locations.
1065 1066 1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1065 class CoreNetworkNetworkFunctionGroup < Struct.new( :name, :edge_locations, :segments) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the network function group.
1065 1066 1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1065 class CoreNetworkNetworkFunctionGroup < Struct.new( :name, :edge_locations, :segments) SENSITIVE = [] include Aws::Structure end |
#segments ⇒ Types::ServiceInsertionSegments
The segments associated with the network function group.
1065 1066 1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1065 class CoreNetworkNetworkFunctionGroup < Struct.new( :name, :edge_locations, :segments) SENSITIVE = [] include Aws::Structure end |