Class: Aws::Types::PutAttachmentRoutingPolicyLabelRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAttachmentRoutingPolicyLabelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def @attachment_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def client_token @client_token end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def core_network_id @core_network_id end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def routing_policy_label @routing_policy_label end |