Class: Aws::NetworkManager::Types::SiteToSiteVpnAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::SiteToSiteVpnAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Creates a site-to-site VPN attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Provides details about a site-to-site VPN attachment.
-
#vpn_connection_arn ⇒ String
The ARN of the site-to-site VPN attachment.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Provides details about a site-to-site VPN attachment.
5461 5462 5463 5464 5465 5466 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5461 class SiteToSiteVpnAttachment < Struct.new( :attachment, :vpn_connection_arn) SENSITIVE = [] include Aws::Structure end |
#vpn_connection_arn ⇒ String
The ARN of the site-to-site VPN attachment.
5461 5462 5463 5464 5465 5466 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5461 class SiteToSiteVpnAttachment < Struct.new( :attachment, :vpn_connection_arn) SENSITIVE = [] include Aws::Structure end |