Class: Aws::Types::RemoveAttachmentRoutingPolicyLabelResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveAttachmentRoutingPolicyLabelResponse
- 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.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def @attachment_id end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def core_network_id @core_network_id end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def routing_policy_label @routing_policy_label end |