Class: Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentResponse

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

#direct_connect_gateway_attachmentTypes::DirectConnectGatewayAttachment

Returns details of the Direct Connect gateway attachment with the updated edge locations.



5931
5932
5933
5934
5935
# File 'lib/aws-sdk-networkmanager/types.rb', line 5931

class UpdateDirectConnectGatewayAttachmentResponse < Struct.new(
  :direct_connect_gateway_attachment)
  SENSITIVE = []
  include Aws::Structure
end