Class: Aws::NetworkManager::Types::PutAttachmentRoutingPolicyLabelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::PutAttachmentRoutingPolicyLabelResponse
- 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 that received the routing policy label.
-
#core_network_id ⇒ String
The ID of the core network containing the attachment.
-
#routing_policy_label ⇒ String
The routing policy label that was applied to the attachment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the attachment that received the routing policy label.
5390 5391 5392 5393 5394 5395 5396 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class PutAttachmentRoutingPolicyLabelResponse < 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.
5390 5391 5392 5393 5394 5395 5396 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class PutAttachmentRoutingPolicyLabelResponse < 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 applied to the attachment.
5390 5391 5392 5393 5394 5395 5396 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class PutAttachmentRoutingPolicyLabelResponse < Struct.new( :core_network_id, :attachment_id, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |