Class: Aws::NetworkManager::Types::RoutingPolicyAssociationDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#routing_policy_namesArray<String>

The names of the routing policies in the association.

Returns:

  • (Array<String>)


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_segmentsArray<String>

The names of the segments that are shared with each other in the association.

Returns:

  • (Array<String>)


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