Method: Aws::NetworkManager::Types::GetSiteToSiteVpnAttachmentRequest#attachment_id
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
#attachment_id ⇒ String
The ID of the attachment.
3700 3701 3702 3703 3704 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3700 class GetSiteToSiteVpnAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |