Class: Aws::Types::AttachmentRoutingPolicyAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::AttachmentRoutingPolicyAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_routing_policies ⇒ ::Array[::String]
Returns the value of attribute associated_routing_policies.
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#pending_routing_policies ⇒ ::Array[::String]
Returns the value of attribute pending_routing_policies.
-
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
Instance Attribute Details
#associated_routing_policies ⇒ ::Array[::String]
Returns the value of attribute associated_routing_policies.
122 123 124 |
# File 'sig/types.rbs', line 122 def associated_routing_policies @associated_routing_policies end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def @attachment_id end |
#pending_routing_policies ⇒ ::Array[::String]
Returns the value of attribute pending_routing_policies.
121 122 123 |
# File 'sig/types.rbs', line 121 def pending_routing_policies @pending_routing_policies end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
123 124 125 |
# File 'sig/types.rbs', line 123 def routing_policy_label @routing_policy_label end |