Class: Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentRequest

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 Direct Connect gateway attachment for the updated edge locations.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
# File 'lib/aws-sdk-networkmanager/types.rb', line 5935

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

#edge_locationsArray<String>

One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. ‘EdgeLocations` is only used for Direct Connect gateway attachments.

Returns:

  • (Array<String>)


5935
5936
5937
5938
5939
5940
# File 'lib/aws-sdk-networkmanager/types.rb', line 5935

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