Class: Aws::NetworkManager::Types::CreateDirectConnectGatewayAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateDirectConnectGatewayAttachmentResponse
- 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
Describes the details of a ‘CreateDirectConnectGatewayAttachment` request.
Instance Attribute Details
#direct_connect_gateway_attachment ⇒ Types::DirectConnectGatewayAttachment
Describes the details of a ‘CreateDirectConnectGatewayAttachment` request.
1684 1685 1686 1687 1688 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1684 class CreateDirectConnectGatewayAttachmentResponse < Struct.new( :direct_connect_gateway_attachment) SENSITIVE = [] include Aws::Structure end |