Class: Aws::NetworkManager::Types::GetSiteToSiteVpnAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetSiteToSiteVpnAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#site_to_site_vpn_attachment ⇒ Types::SiteToSiteVpnAttachment
Describes the site-to-site attachment.
Instance Attribute Details
#site_to_site_vpn_attachment ⇒ Types::SiteToSiteVpnAttachment
Describes the site-to-site attachment.
3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3694 class GetSiteToSiteVpnAttachmentResponse < Struct.new( :site_to_site_vpn_attachment) SENSITIVE = [] include Aws::Structure end |