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.
1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1666 class CreateDirectConnectGatewayAttachmentResponse < Struct.new( :direct_connect_gateway_attachment) SENSITIVE = [] include Aws::Structure end |