Class: Aws::NetworkManager::Types::PutAttachmentRoutingPolicyLabelRequest

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

Returns:

  • (String)


5367
5368
5369
5370
5371
5372
5373
5374
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367

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

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


5367
5368
5369
5370
5371
5372
5373
5374
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367

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

#core_network_idString

The ID of the core network containing the attachment.

Returns:

  • (String)


5367
5368
5369
5370
5371
5372
5373
5374
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367

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

#routing_policy_labelString

The routing policy label to apply to the attachment.

Returns:

  • (String)


5367
5368
5369
5370
5371
5372
5373
5374
# File 'lib/aws-sdk-networkmanager/types.rb', line 5367

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