Class: Aws::NetworkManager::Types::NetworkFunctionGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::NetworkFunctionGroup
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a network function group for service insertion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the network function group.
Instance Attribute Details
#name ⇒ String
The name of the network function group.
4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4374 class NetworkFunctionGroup < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |