Class: Aws::NetworkManager::Types::RoutingPolicyAssociationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RoutingPolicyAssociationDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Information about a routing policy association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_policy_names ⇒ Array<String>
The names of the routing policies in the association.
-
#shared_segments ⇒ Array<String>
The names of the segments that are shared with each other in the association.
Instance Attribute Details
#routing_policy_names ⇒ Array<String>
The names of the routing policies in the association.
5894 5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5894 class RoutingPolicyAssociationDetail < Struct.new( :routing_policy_names, :shared_segments) SENSITIVE = [] include Aws::Structure end |
#shared_segments ⇒ Array<String>
The names of the segments that are shared with each other in the association.
5894 5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5894 class RoutingPolicyAssociationDetail < Struct.new( :routing_policy_names, :shared_segments) SENSITIVE = [] include Aws::Structure end |