Class: Aws::NetworkManager::Types::RemoveAttachmentRoutingPolicyLabelRequest

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 to remove the routing policy label from.

Returns:

  • (String)


5548
5549
5550
5551
5552
5553
# File 'lib/aws-sdk-networkmanager/types.rb', line 5548

class RemoveAttachmentRoutingPolicyLabelRequest < Struct.new(
  :core_network_id,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of the core network containing the attachment.

Returns:

  • (String)


5548
5549
5550
5551
5552
5553
# File 'lib/aws-sdk-networkmanager/types.rb', line 5548

class RemoveAttachmentRoutingPolicyLabelRequest < Struct.new(
  :core_network_id,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end