Class: Aws::Types::PutAttachmentRoutingPolicyLabelResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAttachmentRoutingPolicyLabelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def @attachment_id end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def core_network_id @core_network_id end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def routing_policy_label @routing_policy_label end |