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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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.



5949
5950
5951
5952
5953
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5949

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