Class: Aws::NetworkManager::Types::Via
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Via
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
The list of network function groups and edge overrides for the service insertion action. Used for both the ‘send-to` and `send-via` actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_function_groups ⇒ Array<Types::NetworkFunctionGroup>
The list of network function groups associated with the service insertion action.
-
#with_edge_overrides ⇒ Array<Types::EdgeOverride>
Describes any edge overrides.
Instance Attribute Details
#network_function_groups ⇒ Array<Types::NetworkFunctionGroup>
The list of network function groups associated with the service insertion action.
6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6205 class Via < Struct.new( :network_function_groups, :with_edge_overrides) SENSITIVE = [] include Aws::Structure end |
#with_edge_overrides ⇒ Array<Types::EdgeOverride>
Describes any edge overrides. An edge override is a specific edge to be used for traffic.
6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6205 class Via < Struct.new( :network_function_groups, :with_edge_overrides) SENSITIVE = [] include Aws::Structure end |