Class: Aws::NetworkManager::Types::RemoveAttachmentRoutingPolicyLabelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the attachment from which the routing policy label was removed.

Returns:

  • (String)


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_idString

The ID of the core network containing the attachment.

Returns:

  • (String)


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_labelString

The routing policy label that was removed from the attachment.

Returns:

  • (String)


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