Class: Aws::NetworkManager::Types::AttachmentRoutingPolicyAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AttachmentRoutingPolicyAssociationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Summary information about routing policy associations for an attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_routing_policies ⇒ Array<String>
The list of routing policies currently associated with the attachment.
-
#attachment_id ⇒ String
The ID of the attachment associated with the routing policy.
-
#pending_routing_policies ⇒ Array<String>
The list of routing policies that are pending association with the attachment.
-
#routing_policy_label ⇒ String
The routing policy label associated with the attachment.
Instance Attribute Details
#associated_routing_policies ⇒ Array<String>
The list of routing policies currently associated with the attachment.
398 399 400 401 402 403 404 405 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 398 class AttachmentRoutingPolicyAssociationSummary < Struct.new( :attachment_id, :pending_routing_policies, :associated_routing_policies, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |
#attachment_id ⇒ String
The ID of the attachment associated with the routing policy.
398 399 400 401 402 403 404 405 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 398 class AttachmentRoutingPolicyAssociationSummary < Struct.new( :attachment_id, :pending_routing_policies, :associated_routing_policies, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |
#pending_routing_policies ⇒ Array<String>
The list of routing policies that are pending association with the attachment.
398 399 400 401 402 403 404 405 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 398 class AttachmentRoutingPolicyAssociationSummary < Struct.new( :attachment_id, :pending_routing_policies, :associated_routing_policies, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |
#routing_policy_label ⇒ String
The routing policy label associated with the attachment.
398 399 400 401 402 403 404 405 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 398 class AttachmentRoutingPolicyAssociationSummary < Struct.new( :attachment_id, :pending_routing_policies, :associated_routing_policies, :routing_policy_label) SENSITIVE = [] include Aws::Structure end |