Class: Aws::Types::RoutingPolicyAssociationDetail
- Inherits:
-
Object
- Object
- Aws::Types::RoutingPolicyAssociationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#routing_policy_names ⇒ ::Array[::String]
Returns the value of attribute routing_policy_names.
-
#shared_segments ⇒ ::Array[::String]
Returns the value of attribute shared_segments.
Instance Attribute Details
#routing_policy_names ⇒ ::Array[::String]
Returns the value of attribute routing_policy_names.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def routing_policy_names @routing_policy_names end |
#shared_segments ⇒ ::Array[::String]
Returns the value of attribute shared_segments.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def shared_segments @shared_segments end |