Class: Aws::NetworkManager::Types::GetDirectConnectGatewayAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetDirectConnectGatewayAttachmentResponse
- 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
Shows details about the Direct Connect gateway attachment.
Instance Attribute Details
#direct_connect_gateway_attachment ⇒ Types::DirectConnectGatewayAttachment
Shows details about the Direct Connect gateway attachment.
3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3040 class GetDirectConnectGatewayAttachmentResponse < Struct.new( :direct_connect_gateway_attachment) SENSITIVE = [] include Aws::Structure end |