Class: Aws::Types::RemoveAttachmentRoutingPolicyLabelRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveAttachmentRoutingPolicyLabelRequest
- 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.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def @attachment_id end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def core_network_id @core_network_id end |