Class: Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentResponse
- Defined in:
- gems/aws-sdk-networkmanager/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.
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 |