Class: Aws::Types::SiteToSiteVpnAttachment
- Inherits:
-
Object
- Object
- Aws::Types::SiteToSiteVpnAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
-
#vpn_connection_arn ⇒ ::String
Returns the value of attribute vpn_connection_arn.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def @attachment end |
#vpn_connection_arn ⇒ ::String
Returns the value of attribute vpn_connection_arn.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def vpn_connection_arn @vpn_connection_arn end |