Class: Aws::NetworkManager::Types::PutAttachmentRoutingPolicyLabelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::PutAttachmentRoutingPolicyLabelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the attachment to apply the routing policy label to.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#core_network_id ⇒ String
The ID of the core network containing the attachment.
-
#routing_policy_label ⇒ String
The routing policy label to apply to the attachment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the attachment to apply the routing policy label to.
5367 5368 5369 5370 5371 5372 5373 5374 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367 class PutAttachmentRoutingPolicyLabelRequest < Struct.new( :core_network_id, :attachment_id, :routing_policy_label, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5367 5368 5369 5370 5371 5372 5373 5374 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367 class PutAttachmentRoutingPolicyLabelRequest < Struct.new( :core_network_id, :attachment_id, :routing_policy_label, :client_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of the core network containing the attachment.
5367 5368 5369 5370 5371 5372 5373 5374 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367 class PutAttachmentRoutingPolicyLabelRequest < Struct.new( :core_network_id, :attachment_id, :routing_policy_label, :client_token) SENSITIVE = [] include Aws::Structure end |
#routing_policy_label ⇒ String
The routing policy label to apply to the attachment.
5367 5368 5369 5370 5371 5372 5373 5374 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367 class PutAttachmentRoutingPolicyLabelRequest < Struct.new( :core_network_id, :attachment_id, :routing_policy_label, :client_token) SENSITIVE = [] include Aws::Structure end |