Class: Aws::NetworkManager::Types::EdgeOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::EdgeOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes the edge that’s used for the override.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_sets ⇒ Array<Array<String>>
The list of edge locations.
-
#use_edge ⇒ String
The edge that should be used when overriding the current edge order.
Instance Attribute Details
#edge_sets ⇒ Array<Array<String>>
The list of edge locations.
2612 2613 2614 2615 2616 2617 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2612 class EdgeOverride < Struct.new( :edge_sets, :use_edge) SENSITIVE = [] include Aws::Structure end |
#use_edge ⇒ String
The edge that should be used when overriding the current edge order.
2612 2613 2614 2615 2616 2617 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2612 class EdgeOverride < Struct.new( :edge_sets, :use_edge) SENSITIVE = [] include Aws::Structure end |