Class: Aws::NetworkManager::Types::CreateSiteToSiteVpnAttachmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#site_to_site_vpn_attachmentTypes::SiteToSiteVpnAttachment

Details about a site-to-site VPN attachment.



1639
1640
1641
1642
1643
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1639

class CreateSiteToSiteVpnAttachmentResponse < Struct.new(
  :site_to_site_vpn_attachment)
  SENSITIVE = []
  include Aws::Structure
end