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)


5917
5918
5919
5920
5921
5922
# File 'lib/aws-sdk-networkmanager/types.rb', line 5917

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. Do

Returns:

  • (Array<String>)


5917
5918
5919
5920
5921
5922
# File 'lib/aws-sdk-networkmanager/types.rb', line 5917

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