Class: Aws::NetworkManager::Types::PutAttachmentRoutingPolicyLabelResponse

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 that received the routing policy label.

Returns:

  • (String)


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_idString

The ID of the core network containing the attachment.

Returns:

  • (String)


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_labelString

The routing policy label that was applied to the attachment.

Returns:

  • (String)


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