Class: Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_attachment ⇒ Types::DirectConnectGatewayAttachment
Returns details of the Direct Connect gateway attachment with the updated edge locations.
Instance Attribute Details
#direct_connect_gateway_attachment ⇒ Types::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 |