Method: Aws::NetworkManager::Types::GetSiteToSiteVpnAttachmentRequest#attachment_id

Defined in:
lib/aws-sdk-networkmanager/types.rb

#attachment_idString

The ID of the attachment.

Returns:

  • (String)


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