Class: Aws::NetworkManager::Types::AttachmentRoutingPolicyAssociationSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#associated_routing_policiesArray<String>

The list of routing policies currently associated with the attachment.

Returns:

  • (Array<String>)


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_idString

The ID of the attachment associated with the routing policy.

Returns:

  • (String)


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_policiesArray<String>

The list of routing policies that are pending association with the attachment.

Returns:

  • (Array<String>)


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_labelString

The routing policy label associated with the attachment.

Returns:

  • (String)


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