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)


6514
6515
6516
6517
6518
6519
# File 'lib/aws-sdk-networkmanager/types.rb', line 6514

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>)


6514
6515
6516
6517
6518
6519
# File 'lib/aws-sdk-networkmanager/types.rb', line 6514

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