Class: Aws::NetworkManager::Types::CreateDirectConnectGatewayAttachmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#direct_connect_gateway_attachmentTypes::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