Class: Aws::NetworkManager::Types::RemoveAttachmentRoutingPolicyLabelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RemoveAttachmentRoutingPolicyLabelResponse
- 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 from which the routing policy label was removed.
-
#core_network_id ⇒ String
The ID of the core network containing the attachment.
-
#routing_policy_label ⇒ String
The routing policy label that was removed from the attachment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the attachment from which the routing policy label was removed.
5570 5571 5572 5573 5574 5575 5576 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5570 class RemoveAttachmentRoutingPolicyLabelResponse < Struct.new( :core_network_id, :attachment_id, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of the core network containing the attachment.
5570 5571 5572 5573 5574 5575 5576 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5570 class RemoveAttachmentRoutingPolicyLabelResponse < Struct.new( :core_network_id, :attachment_id, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |
#routing_policy_label ⇒ String
The routing policy label that was removed from the attachment.
5570 5571 5572 5573 5574 5575 5576 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5570 class RemoveAttachmentRoutingPolicyLabelResponse < Struct.new( :core_network_id, :attachment_id, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |