Class: Aws::NetworkManager::Types::GetSiteToSiteVpnAttachmentResponse

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

Describes the site-to-site attachment.



3440
3441
3442
3443
3444
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3440

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